Skip to content

melvynator/DM_FinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published