Study interactive :: Progress tools open in the Study Hub reader.

Module 03: Supervised Learning. Regression

Learn to predict continuous values using regression algorithms.

What You'll Learn

ML for beginners curriculum map

Topic Where to study
Linear regression and evaluation metrics Regression guide, Evaluation metrics
Multiple and polynomial regression Linear regression, Polynomial regression
Data distribution analysis (percentiles, histogram, boxplot) Data distribution analysis
Feature relationships (scatter, covariance, correlation) Feature relationship analysis
End-to-end regression and saving a model Train, evaluate, persist, Project tutorial
Descriptive stats / sampling Introduction to ML

Topics Covered

1. Linear Regression

2. Polynomial Regression

3. Regularization

4. Evaluation Metrics

Learning Objectives

By the end of this module, you should be able to:

Projects

  1. House Price Prediction: Predict house prices using features like size, location, etc.
  2. Stock Price Prediction: Predict stock prices (simplified version)
  3. Weather Prediction: Predict temperature or rainfall

Key Concepts

Documentation & Learning Resources

Official Documentation:

Free Courses:

Tutorials:

Video Tutorials:

Practice:

Complete Detailed Guide →

Additional Resources


Previous Module: 02-introduction-to-ml
Next Module: 04-supervised-learning-classification