Skip to content

Examples

These are short, runnable examples of every public class in the library. They are grouped by the three things you work with. Sources say where the data comes from. The dataloader shapes the data. Bettors model the data.

Dataloaders

A dataloader downloads the data from the sources you give it. It then shapes the data for modelling.

Execution

These examples place the value bets a bettor found. Nothing here reaches a real bookmaker. Nothing stakes real money.

Model evaluation

Evaluate how models perform on sports betting data.

Data sources

A source says where the data comes from. You choose the source. So you always know what you are modelling.

Download all examples in Python source code: gallery_python.zip

Download all examples in Jupyter notebooks: gallery_jupyter.zip

Gallery generated by mkdocs-gallery