This document introduces linear regression as a method to model the relationship between two variables. It explains that linear regression can be used to predict future values of a dependent variable from a independent variable. The document demonstrates linear regression by plotting ice cream sales against temperature and fitting a linear model to the data, showing that sales increase with rising temperatures. It defines R2 as a measure of how well the linear model fits the data points, with higher R2 values indicating better fit.