evjrob / bayes-bet

NHL hockey model and predictions
http://bayesbet.io
MIT License
7 stars 1 forks source link

Model does not persist team state #18

Closed evjrob closed 11 months ago

evjrob commented 11 months ago

When a team does not play on a day, it is missed in the step that persists the teams latent performance. This causes team strengths to be reset to average on the next game day.

evjrob commented 11 months ago

Resolved in https://github.com/evjrob/bayes-bet/pull/19.