-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add snapshotting to allow comparison between points and time. #101
Comments
I think I can do this a slightly coarser grain - which is weekly for football sims and daily for nba. The basic way to do this will be hold some folders in s3, and then based on when the most recent actual is recorded, we can use write the new results into a folder. something like |
Pipeline then basically has a final step of dropping new files into S3, then building a duckdb file that can hit the entire directory. A thin copy of the parquet files. Then evidence hits that duckdb file instead of the local file. |
related to this conversation here: #102 |
Actually this is a dupe of #102 and will be solved as part of that. |
Since ELO rating is re-forecasted after every game, it would be interesting to see how predicted outcomes change over time.
The chart below from 538 is an example of the kind of visual that is possible if we have snapshotting enabled.
It should be noted that this is where persistence comes into play since current models are NOT persisted (by design).
The text was updated successfully, but these errors were encountered: