https://github.com/zuruoke/predicting_house_prices_using_advanced_linearregression_model
https://github.com/zuruoke/predicting_house_prices_using_advanced_linearregression_model
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zuruoke/predicting_house_prices_using_advanced_linearregression_model
- Owner: zuruoke
- Created: 2019-12-17T19:29:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T19:31:11.000Z (over 6 years ago)
- Last Synced: 2024-12-27T11:32:23.621Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 231 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I'll be working with a dataset uploaded to Kaggle that contains datapoints that affect the SalePrice of a particular House (with each row consisting of each house)
In this project, I'll:
1.Prepare the data for machine learning
2.Train a model
3.Measure the accuracy of your model
4.Prepare and make a Kaggle submission.
This Model had an accuracy of 83.4% on the Kaggle Website