Regression

Create a Linear Regression Model

① Learn

Linear regression predicts a numeric value using a straight-line relationship. It is one of the simplest supervised learning models.

② Implement — write it, run it, submit
Goal

Import scikit-learn `LinearRegression` and create `model`.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators