What are the step to perform model testing and web service in Azure ML Studio?
Ebony Johnson
20
Reputation points
I am working on a CRISP-DM project. The purpose of this project is to demonstrate my mastery of each of phase of the CRISP-DM process. The parts were I am having the most difficulty is model testing and web service. The following below are the requirements for the project:
- Model Testing: This is where you will list every model you attempt (and the relevant fit statistics: R2, RMSE, Accuracy, AUC, etc.) and the variations in model hyperparameters. You will also document here how you chose your final list of features. Clearly identify the final model(s) you chose for your API. This sheet will look and feel just like the assignments you completed for Chapters 12.6 and 11.7. You should test every applicable algorithm for your label.
- Web Service: This is a worksheet that calls each of the predictive APIs that you create for this project. It should include sample data and sample predictions using the web service.
Model testing and web service is not something that is taught in my course. I have to put everything in a single excel worksheet. What are the step to perform model testing and web service in Azure ML Studio? How are the results transferred into an excel worksheet?
Sign in to answer