Linear regression is a fundamental predictive model in machine learning, commonly used in business when there's a linear relationship between independent and dependent variables. The model includes a dependent variable (y) which is predicted based on independent variables (x), with the equation representing this relationship being y=β0 + β1x + ε. Key components of the model include the intercept (β0), slope (β1), and an error term (ε) that accounts for variability not explained by the model.