DoML sponsored project in Natural Language Processing, Olin College Spring 2015
- Go to the Kaggle Reddit Pizza Data Page and download train.json.zip and test.json.zip and accept the competition rules.
- Create a
data
directory in this homefolder. - Unzip train.json and test.json and place them in the data folder.
- Your directory structure should look like the following:
nlp-pizza
| .gitignore
| README.md
|
|___data/
| train.json
| test.json
|
|___notebooks/
| explore_pizza.ipynb