Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 2-Regression/3-Linear/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Build a regression model using Scikit-learn: regression four ways

## Beginner Note

Linear regression is used when we want to predict a **numerical value** (for example, house price, temperature, or sales).
It works by finding a straight line that best represents the relationship between input features and the output.

In this lesson, we focus on understanding the concept before exploring more advanced regression techniques.
![Linear vs polynomial regression infographic](./images/linear-polynomial.png)
> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
## [Pre-lecture quiz](https://ff-quizzes.netlify.app/en/ml/)
Expand Down