Skip to content

This is a ultimate project of housing price prediction , The entire data have been cleaned , filtered , scaled , trained and fine tuned rigorously over various levels .

Notifications You must be signed in to change notification settings

chiragHimself/Ultimate-housing-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate-housing-price-prediction

The main code content lies in the MAIN HOUSING jupyter notebook and the housing data stands in housing.csv

This is a ultimate project of housing price prediction , The entire data have been cleaned , filtered , scaled , trained and fine tuned rigorously over various levels . Data used for training : californina housing data No. of training examples : around 16 thousands. No. of test examples : around 4 thousands. Library/Dependencies : Numpy, Pandas , Matplotlib , sky-kit learn. encoder used : one hot encoder models trained : linear regressor , decision tree regressor , random forest regressor. Final model selected : random forest regressor Accuracy tested using cross validation (RMSE) and (r squared value) Grid search cv used for fine tuning of hyperparameters.

Upon the final training : RMSE scores : 48100.394269148856 , R square scores : 82.24797610379628 %

the overall performance of the model stands good and does not consider much over/underfitting issues (if any).

<-------Thanks for reading----------->

About

This is a ultimate project of housing price prediction , The entire data have been cleaned , filtered , scaled , trained and fine tuned rigorously over various levels .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published