- Linear regression relies on a data set and creates a “trend” in the data that can be helpful predicting the outcome of certain decisions or outcomes.
- A common name for linear regression is called the “line of best fit” because it finds the “best fit” line to correlate with the data points. \[ y = \beta_0 + \beta_1 x + \epsilon \] \(\beta_0\) is the y-intercept of the regression, \(\beta_1\) is the slope of the line, and \(\epsilon\) is the difference between a predicted value from the line and an actual observed value.