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?
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?
@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?
@Andrea-9456 Did you get a chance to check the configuration of your modules and try the scoring endpoint?
11 people are following this question.
Azure Machine Learning Web Service returning Internal Server Error
ML Service started return InternalError 500 for batch requests. Code:14.
Not able to deploy a classification Model using autoML
How to deploy Azure automated machine learning model to generate forecast
How to deploy Azure automated machine learning model to production to generate forecast