<aside> 📖 Linear regression is a supervised learning algorithm used for predicting a continuous dependent variable based on one or more independent variables. The algorithm finds the best-fit line that minimizes the sum of the squared differences between the predicted and actual values. This line can then be used to make predictions on new data points.

</aside>

Model

Objective

Assumptions

Pros and Cons