-
Notifications
You must be signed in to change notification settings - Fork 4
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
CivicPy cache wrapper for fetching relevant checkpoints #303
Comments
@jsstevenson The civicpy cache can be found in s3://vicc-metakb/civicpy/ |
Right, I'm thinking about a way to declare/ensure in code that you're using a specific date's checkpoint file. We could also just use bash calls in a jupyter notebook too of course. |
@jsstevenson Yes, I like that! Just thought I'd post the location for whoever grabs the issue (not sure if everyone on the MetaKB team knew we also stored the civicpy cache in this bucket) |
@korikuzma sounds like a job for some documentation! |
This issue is stale because it has been open 45 days with no activity. Please make a comment for triaging or closing the issue. |
Idle thought while reviewing #302 -- given that our data pipeline is reliant on specific checkpoints of CivicPy data, it might be helpful to write a small function or two that fetches the cache pickle for a relevant date (eg when an analysis notebook or a test set was run) from a VICC S3 bucket and places it in the appropriate local file location. That way we can easily ensure that team members are working with the same data set, analyses are reproducible, etc.
The text was updated successfully, but these errors were encountered: