What is Linear Regression? Linear regression, as the name implies, is commonly used to estimate the linear relationship between independent variables* (x₁, x₂, …, xₙ) and dependent variables* (y). You would use linear regression when your dependent variable is a continuous variable (value ranging between [-∞,+∞]). For example, predicting prices of houses, cars and…