
Linear regression is the simplest ML algorithm — it fits a straight line to data to predict a continuous output value.
Finds the line y = mx + b that minimizes the error between predictions and actual values across all training examples.
Mean Squared Error (MSE) or Root Mean Squared Error (RMSE) — measures average prediction error.
Reference:
TaskLoco™ — The Sticky Note GOAT