Regression is a type of supervised learning used to predict continuous numerical values, such as prices, temperatures, or quantities. Models learn relationships between input features and output values from labeled training data. This section covers fundamental regression algorithms, regularization techniques to prevent overfitting, and a hands-on project to apply your skills.
Lessons are available in the subtopics above.