Skip to content

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

License

Notifications You must be signed in to change notification settings

gabegm/Predict-Market-Turnover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published