Skip to content

A simple linear model fiited over Boston-House Dataset having 506 datapoints.

Notifications You must be signed in to change notification settings

joshi98kishan/Boston-House-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Boston-House-Prediction

A simple linear model fitted over Boston-House Dataset having 506 datapoints.

Through this dataset, we can demonstrate -

  1. Which features can best predict the target, by finding correlation between target and different features. This can be demonstrated by a heatmap.

  2. The effect of outlier on predicted values. This can be demonstrated by removing outlier,and see the effect on r2score and RMSE. By removing outliers, the model become more generalised, and give better predictions.

DEPENDENCIES :-

  1. Pandas
  2. Matplotlib
  3. Seaborn
  4. Scikit-Learn

About

A simple linear model fiited over Boston-House Dataset having 506 datapoints.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published