r96941046 / House-Price

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

House Pricing

Machine Leaning project predicting house pricing with feature engineering

The House Pricing Prediction Challenge

There's Kaggle Kernel notebook rendering issues and there's also problem rendering this notebook on Github, so for a quick view without installing Jupyter notebook, please see this Markdown file

Prerequisites for running the notebook

  1. Local Python Anaconda distribution
  2. Install Graphviz locally, on Mac, brew install graphviz
  3. Install other Python dependencies
conda create --name titanic python=3
source activate titanic
conda install jupyter
conda install pandas
conda install seaborn
conda install scikit-learn
pip install pydotplus
jupyter-notebook

About


Languages

Language:Jupyter Notebook 100.0%