Train and evaluate regression models
Regression is a commonly used kind of machine learning for predicting numeric values.
Learning objectives
In this module, you'll learn:
- When to use regression models.
- How to train and evaluate regression models using the Scikit-Learn framework.
Prerequisites
- Basic mathematical concepts
- Programming with Python
- Familiarity with Jupyter notebooks