NOTE: This file is a template that you can use to create the README for your project. The TODO comments below will highlight the information you should be sure to include.
TODO: Write a short introduction to your project.
OPTIONAL: If your project has any special installation steps, this is where you should put it. To turn this project into a professional portfolio project, you are encouraged to explain how to set up this project in AzureML.
TODO: Explain about the data you are using and where you got it from.
TODO: Explain the task you are going to be solving with this dataset and the features you will be using for it.
TODO: Explain how you are accessing the data in your workspace.
TODO: Give an overview of the automl
settings and configuration you used for this experiment
TODO: What are the results you got with your automated ML model? What were the parameters of the model? How could you have improved it?
TODO Remeber to provide screenshots of the RunDetails
widget as well as a screenshot of the best model trained with it's parameters.
TODO: What kind of model did you choose for this experiment and why? Give an overview of the types of parameters and their ranges used for the hyperparameter search
TODO: What are the results you got with your model? What were the parameters of the model? How could you have improved it?
TODO Remeber to provide screenshots of the RunDetails
widget as well as a screenshot of the best model trained with it's parameters.
TODO: Give an overview of the deployed model and instructions on how to query the endpoint with a sample input.
TODO Provide a link to a screen recording of the project in action. Remember that the screencast should demonstrate:
- A working model
- Demo of the deployed model
- Demo of a sample request sent to the endpoint and its response
TODO (Optional): This is where you can provide information about any standout suggestions that you have attempted.