https://github.com/rmodi6/house-prices-advanced-regression
Predicting House Prices using Advanced Regression Techniques
https://github.com/rmodi6/house-prices-advanced-regression
Last synced: 8 months ago
JSON representation
Predicting House Prices using Advanced Regression Techniques
- Host: GitHub
- URL: https://github.com/rmodi6/house-prices-advanced-regression
- Owner: rmodi6
- License: mit
- Created: 2019-10-08T16:58:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T22:20:46.000Z (over 6 years ago)
- Last Synced: 2025-01-11T08:09:00.356Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# house-prices-advanced-regression
This repository contains solutions to the [House Prices: Advanced Regression Techniques](https://www.kaggle.com/c/house-prices-advanced-regression-techniques)
competition on Kaggle given as an assignment for CSE 519 - Data Science Fundamentals course.
`cse519_hw3_modi_ruchit_112685342.ipynb` notebook contains the final submission while other files were used for exploring and
trying different models. The prediction models are stored in the `models/` directory, `xgb.pkl` being the final model used for
submission.