Skip to content

Regression models predicting the most accurate price for a given home.

License

Notifications You must be signed in to change notification settings

alexjdean/housing-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

housing-prices

This is a project that uses the House Prices Kaggle dataset to predict housing prices and generate a submission for Kaggle's competition.

The Kaggle API is used to download the dataset and preprocess the data by removing null values and one hot encoding categorical variables. Then the following regression models are built using an 80/20 train/test split: Random Forest, Support Vector Machines, Decision Trees, and XGBoost with accompanying accuracy rates based on the test data.

The generate_submission function in util.py formats the output to comply with Kaggle's competition entry requirements.

About

Regression models predicting the most accurate price for a given home.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published