kaggle's regression house pricing prediction

This is a kaggle's competition.

Using this project

This project uses pipenv as its virtual environment manager. Therefore, follow the steps below:

  1. First install pipenv lib:
pip install pipenv
  1. Install dependencies from Pipfile:
pipenv install

Project based on the cookiecutter data science project template. #cookiecutterdatascience