Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,003 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ?
Hi, you'll need to convert the JSON output to a dataframe, and here are some suggestions to try. Hope this helps!