Lukas' Notes

Regression

Jan 28, 20261 min read

machine-learning supervised-learning

Definition

Regression

Regression is a supervised learning task where the objective is to predict a continuous numerical value. Formally, given an instance space X and a label space Y⊆R, the learner aims to find a mapping h:X→Y.

A classic example is linear regression, where the relationship is modelled as a linear combination of input features.


Graph View

Backlinks

  • 194.025 Introduction to Machine Learning
  • Baseline
  • Label Space
  • Mean Absolute Error
  • Multi-Label Classification
  • Normal Equations
  • Numerical Data
  • Root Mean Squared Error
  • Supervised Learning
  • k-Nearest Neighbour

Created with Quartz v4.4.0 © 2026

  • GitHub