Consume AzureML Studio Output as dataframe

Akhilesh Pothuri 1 Reputation point
2021-09-28T10:15:48.17+00:00

Hi,
I'm performing some experiments in AzureML studio with Automl. I trained the model with no-code option and trying to evaluate the same in notebooks. However, the output comes in form of bytes. Is there a way to get it in form a dataframe ?
135932-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
1,865 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,111 Reputation points
    2021-09-28T22:30:33.953+00:00

    Hi, you'll need to convert the JSON output to a dataframe, and here are some suggestions to try. Hope this helps!