Summary

Completed

In this module, you learned how classification can be used to create a machine learning model that predicts categories, or classes. You then used the Scikit-Learn framework in Python to train and evaluate a classification model.

While Scikit-Learn is a popular framework for writing code to train classification models, you can also create machine learning solutions for classification using the graphical tools in Microsoft Azure Machine Learning. You can learn more about no-code development of classification models using Azure Machine Learning in the Create a classification model with Azure Machine Learning designer module.

Challenge: Classify Wines

Feel like challenging yourself to train a classification model? Try the challenge in the Wine Classification Challenge notebook to see if you can classify wines into their grape varietals!

Note

The time to complete this optional challenge is not included in the estimated time for this module - you can spend as little or as much time on it as you like!