An open API service indexing awesome lists of open source software.

https://github.com/fpoli/kaggle-cooking

Kaggle "What's cooking" challenge.
https://github.com/fpoli/kaggle-cooking

Last synced: about 1 year ago
JSON representation

Kaggle "What's cooking" challenge.

Awesome Lists containing this project

README

          

What's cooking?
===============

My first try at Kaggle competitions: [What's cooking?](https://www.kaggle.com/c/whats-cooking).

1. Put `train.json` and `test.json` in `data/`
2. Run one of the scripts, like `python script/linear_svc.py`
3. Predictions will be stored in `data/results_*.csv` and `data/hist/results_*.csv`

In the competition `ensemble.py` reached an accuracy of **0.79**, ranking 406 out of 1388 teams (maximum accuracy: 0.83).

Copyright Federico Poli <> 2015-2016. Released under the GNU General Public License v3.0.