question

Andrea-9456 avatar image
0 Votes"
Andrea-9456 asked romungi-MSFT commented

Azure machine learning cannot evaluate model

I create a trained model in Azure machine learning, when I use it to predict a new set of data, the evaluate model cannot show the result, it's all empty. How can I solve the problem?193621-screenshot.png


azure-machine-learningazure-machine-learning-studio-classic
screenshot.png (21.8 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Andrea-9456 I believe you have trained your model using the Azure ML designer. Usually evaluate model is used to test the accuracy of the trained model with inputs from a dataset containing scores generated from a model or models where you can evaluate the results of more than one dataset. The visualization of output of this module is based on certain configurations that have been setup for the module. Is your configuration based on the guidance on how to setup evaluation of the model?
Also, In the above case are you trying to score your model by deploying it to an endpoint since you want to predict with new data?


0 Votes 0 ·

@Andrea-9456 Did you get a chance to check the configuration of your modules and try the scoring endpoint?

0 Votes 0 ·

0 Answers