Skip to content

The source code to my submission to the kaggle contest "House Prices - Advanced Regression Techniques"

License

Notifications You must be signed in to change notification settings

youcefs21/HousePricePrediction

Repository files navigation

House Price Prediction

this is a the source code to my submission to the kaggle content House Prices - Advanced Regression Techniques

All the code can be found in the jupyter notebook HousePrices.ipynb.

Setup:

if you want to run the code on a local machine for some reason, you can set up the project by doing:

pip install -r requirements.txt

it's always good practice to install libraries in a virtual environment instead of system wide:

python3 -m venv .venv

source .venv/bin/activate # linux
.\.venv/scripts/activate # windows

pip install -r requirements.txt

About

The source code to my submission to the kaggle contest "House Prices - Advanced Regression Techniques"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published