- Download 2016-04-30-07-data.gz from onedrive
- Put both files to data/
- After the first call of processed_data() the cleansed and preprocessed file will be cached (processing will take from 20 to 120 minutes depending on features selected)
- Python 3.5 (using new function headers)
- requirements.txt lists all dependencies
- we recommend using anaconda distribution
Required
- Tensorflow Installation depending on OS
- Install requirements (NumPy, pandas, SciPy, ...)
pip install -r requirements.txt
Confirm installation by running python -m unittest discover
or python3 -m unittest discover
Modify/run IPython notebook files using e.g. jupyter notebook features.ipynb