- Linear regression finds a function that takes in 2D points, normally x and y, and creates a linear function that represents the relationship between them.
- The formula: \[\hat{y} = b_0 + b_1X\]
- This formula will produce a variable \[\hat{y}\] that can be compared to the true y-value in order to find the error amount.