Skip to content
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

long term solution for evaluations #322

Open
juniperlsimonis opened this issue Apr 26, 2023 · 3 comments
Open

long term solution for evaluations #322

juniperlsimonis opened this issue Apr 26, 2023 · 3 comments

Comments

@juniperlsimonis
Copy link
Member

the evaluations file is big and will keep growing, potentially hitting github size limits

i think we can avoid this by taking a slightly different tact. whether we have an evaluations file for each forecast or add content to existing forecast files, there are ways to distribute the content among files to minimize individual task overhead

@ethanwhite
Copy link
Member

Is it in csv at the moment? We could move to feather, which is the arrow's format. In some other explorations I've been doing the reduction in size is dramatic.

@juniperlsimonis
Copy link
Member Author

yes it is a csv. oooh, that's a good idea. i havent poked around with the feather files yet

@juniperlsimonis
Copy link
Member Author

just looked at what that would do here, and we'd definitely get a lot more space back -- current evaluations file size as csv is 60.5 MB, as a feather file is 13.1 MB
obviously will still grow and eventually hit file size limits, but definitely would give us a longer runway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants