Skip to content

frank1010111/iowa-scoring

Repository files navigation

Iowa's scoring

In order to model Iowa's points scored because Brian Ferentz's contract fascinates me.

Running

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m ipykernel install --name iowa --user
jupyter-lab   # might require pip install jupyter

Then open notebooks/analyze.ipynb in jupyter.

Updating the data

Get an API key at CFBD. Add it to your environment with a .env file or

export KEY=<put key here>

Run

python src/iowastats/download.py

About

Bayesian mixed-effects model to predict Iowa's scoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published