Linear Regression, specifically Least Squares Regression, is a statistical method used to model the relationship between a dependent variable and one or more independent variables by fitting a linear equation to observed data. The goal is to find the line that minimizes the sum of the squares of the vertical distances (residuals) between the observed values and the values predicted by the model, providing insights into how changes in independent variables affect the dependent variable.