/tanssi-ennuste

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tanssi-ennuste

Setting up

Requirements

  • Python 3
  • pip

Setup

1. Clone repository

git clone git@github.com:mohanjith/tanssi-ennuste.git
cd tanssi-ennuste

2. Install dependencies

pip install -r requirements.txt

Historical data

Place the historical data file in data directory named set-1.csv. File should contain columns Place, Band, Favourite dancers %, Score %. There can be more columns and will be ignored.

Usage

If expected favourite dancers score is unknown

python3 predict.py <place> <band>

If expected favourite dancers score is known

python3 predict.py <place> <band> <favourite dancers %>