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
Below is the list of notebooks with detailed examples
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.
TODO
TODO