Simple Linear Regression (SLR) estimates the linear relationship between two quantitative variables. SLR can be used to predict missing values. Multiple linear regression (MLR) is like simple linear regression, however it takes more than one input and produces a single output. It’s a common form of supervised learning in machine learning. MLR can be used in predicting housing prices, sales, and sports performance.