Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 356 Bytes

File metadata and controls

5 lines (3 loc) · 356 Bytes

Multiple-Linear-Regression

This is a small linear regression project created for academic purposes.

As we know, multiple linear regression is used to model the relationship between a continuous response variable and continuous or categorical explanatory variables. In this model, we seek to implement multiple linear regression on the given dataset.