Machine Learning for Regression

Interactive module that introduces typical workflow, setup, and considerations involved in solving regression problems with machine learning
942 Downloads
Updated 1 Feb 2023

Machine Learning for Regression

View on File Exchange or Open in MATLAB Online

MATLAB Versions Tested

Curriculum Module

Created with R2021a. Compatible with R2021a and later releases.

Information

This curriculum module contains interactive MATLAB® live scripts that teach the basics of machine learning for regression.

Background

You can use these live scripts as demonstrations in lectures, class activities, or interactive assignments outside class. This module covers the difference between regression, classification, and clustering, as well as feature engineering and feature extraction, overfitting and underfitting, and a variety of machine learning models commonly used for regression. It also includes a detailed example of applying regression models for electricity load forecasting using real-world data.

The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the image_0.png Stop button in the RUN section of the Live Editor tab in the MATLAB Toolstrip.

Contact Us

Solutions are available upon instructor request. Contact the MathWorks teaching resources team if you would like to request solutions, provide feedback, or if you have a question.

Prerequisites

This module does not assume any prior exposure to the subject of machine learning.

Getting Started

Accessing the Module

On MATLAB Online:

Use the image_1.png link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.

On Desktop:

Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double-click on MLforRegression.prj. It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.

Ensure you have all the required products (listed below) installed. If you need to include a product, add it using the Add-On Explorer. To install an add-on, go to the Home tab and select image_2.png Add-Ons > Get Add-Ons.

Products

MATLAB® is used throughout. Tools from Statistics and Machine Learning Toolbox™ are used frequently as well.

Scripts

If you are viewing this in a version of MATLAB prior to R2023b, you can view the learning outcomes for each script here

MachineLearningIntro.mlx

image_3.png In this script, students will...
- Learn the difference between regression, classification, and clustering
- Define feature engineering/extraction
- Identify and use different machine learning models commonly used for regression
- Be able to explain overfitting and underfitting

LoadForecastRegression.mlx

image_4.png In this script, students will...
- Apply the machine learning workflow to solve a problem in time series forecasting
- Engineer appropriate features to solve the forecasting problem
- Validate and compare different types of regression models
- Test and evaluate the trained model to make predictions

FE1_ProgrammaticML.mlx and FE2_LoadForecastDL.mlx

image_5.png In these scripts, students will...
- Expand on the practical problem presented in LoadForecastRegression.mlx
- Define feature engineering/extraction
- Identify and use different machine learning models commonly used for regression
- Be able to explain overfitting and underfitting

Related Courseware Modules

Regression Basics

image_6.png Available on:image_7.pngimage_8.pngGitHub

Machine Learning Methods: Clustering

image_9.png Available on:image_10.pngimage_11.pngGitHub

Or feel free to explore our other modular courseware content.

Educator Resources

Contribute

Looking for more? Find an issue? Have a suggestion? Please contact the MathWorks teaching resources team. If you want to contribute directly to this project, you can find information about how to do so in the CONTRIBUTING.md page on GitHub.

© Copyright 2023 The MathWorks™, Inc

Cite As

Emma Smith Zbarsky (2024). Machine Learning for Regression (https://github.com/MathWorks-Teaching-Resources/Machine-Learning-for-Regression/releases/tag/v1.1.3), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with R2021a and later releases
Platform Compatibility
Windows macOS Linux
Communities
More Files in the  Distance Learning Community

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.3.0

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Machine-Learning-for-Regression/releases/tag/v1.1.3

1.1.2

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Machine-Learning-for-Regression/releases/tag/v1.1.2

1.1.1

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Machine-Learning-for-Regression/releases/tag/v1.1.1

1.1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.