An open API service indexing awesome lists of open source software.

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

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.