Summary

Completed

In this module, you learned how you can use regression to create a machine-learning model that predicts numeric values. You then used the scikit-learn framework in Python to train and evaluate a regression model.

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

Challenge: Predict Real Estate Prices

Think you're ready to create your own regression model? Try the challenge of predicting real estate property prices in the 02 - Real Estate Regression Challenge.ipynb notebook!

Note

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