/Predict-Market-Turnover

Building a predictive model to predict the turnover for the Bundesliga season 17/18

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

README

Installation

conda env create -f environment.yml

Getting Started

Tidy

python src/tidy.py -f 'data/bundesliga.csv'
python src/tidy.py -f 'data/result.csv'

Train test

python src/train_test.py -f 'data/bundesliga.parquet'

Train

python src/train.py -f 'data/bundesliga.parquet' 'data/result.parquet'

Predict

python src/predict.py -f 'data/result.parquet' -m 'model/mdl.obj'

Results

python src/merge.py -f 'data/result.csv'