https://github.com/colcarroll/tourney_viewer
Viewer for Kaggle March Madness predictions
https://github.com/colcarroll/tourney_viewer
Last synced: over 1 year ago
JSON representation
Viewer for Kaggle March Madness predictions
- Host: GitHub
- URL: https://github.com/colcarroll/tourney_viewer
- Owner: ColCarroll
- License: other
- Created: 2016-03-16T00:33:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T02:45:01.000Z (over 10 years ago)
- Last Synced: 2025-01-30T08:29:28.735Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://colcarroll.github.io/tourney_viewer/
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tournament Viewer
=================
A small static site to explore predictions in the [2016 Kaggle Machine Learning](https://www.kaggle.com/c/march-machine-learning-mania-2016) competition.
##[Live Demo](http://colcarroll.github.io/tourney_viewer/)
Uses sample submissions, so everything is 50%.
Usage:
------
There are two good ways to use this:
###Locally:
1. Checkout this repo
2. `cd tourney_viewer`
2. `cp ~/path/to/your/predictions.csv helpers/preds.csv`
3. `python helpers/prep_data.py` (This creates a json file in assets that the js
app uses. Tested with python2.7 and 3.5.)
4. `python -m SimpleHTTPServer 8000` will start serving the site at http://localhost:8000/
###On the web:
Same as the above, but fork the repo, checkout the branch `gh-pages`, and instead of step 4, check in `helpers/preds.json`. Once you push, the site should be live at http://yourname.github.io/tourney_viewer/