Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1007 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 1007 Bytes

Betfair Greyhound Modelling

Project Setup

This project assume you have a developmemnt environment with Python and pip installed

Clone project

git clone [email protected]:betfair-down-under/autoHubTutorials.git

Install python libraries

cd greyhound-modelling
pip install --user -r requirements.txt

Create a configuration file named .env in the rot folder and set required values:

FAST_TRACK_API_KEY=<your key>

Launch notebook

jupyter notebook

Notebooks

Below is the list of notebooks with detailed examples

Classification Models

greyhound_racing_modelling provides a step-by-step tutorial from fetching Greyhound racing data from FastTrack API to generating win probabilities using Scikit-learn and various Classification techniques.

Models Ensemble

TODO

Model Backtesting

TODO