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.
- Host: GitHub
- URL: https://github.com/fpoli/kaggle-cooking
- Owner: fpoli
- License: gpl-3.0
- Created: 2016-01-07T18:41:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T14:03:55.000Z (over 6 years ago)
- Last Synced: 2025-01-30T16:47:45.541Z (over 1 year ago)
- Language: Python
- Homepage: https://www.kaggle.com/c/whats-cooking
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.