phejimlin / DM_FinalProject

Final project of data mining from NTHU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Clone the project first.

git clone https://github.com/melvynator/DM_FinalProject.git
cd DM_FinalProject

Using virtualenv to manage the pip enviroments.

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run data preprocessing.

cd jobs
python data_processing.py

Back and open the data_exploration.

cd ..
jupyter notebook data_exploration/data_exploration.ipynb

Click run all in ipython Cell and enjoy the chart!

Finally, you can exit the virtualenv by:

deactivate

Demo

DM_FinalProject

About

Final project of data mining from NTHU


Languages

Language:Jupyter Notebook 81.8%Language:HTML 18.0%Language:Python 0.2%