Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 689 Bytes

File metadata and controls

8 lines (8 loc) · 689 Bytes

MultipleLinearRegression

a simple implementation of multiple linear regression by backward elimination method

This repo contains a very simple model just to practice!


dataset is a .csv file containing different features of about 21k houses. the model predicts the price of the houses.