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

Add an option for not persisting model objects to disk? #916

Open
shaycrk opened this issue Nov 15, 2022 · 0 comments
Open

Add an option for not persisting model objects to disk? #916

shaycrk opened this issue Nov 15, 2022 · 0 comments

Comments

@shaycrk
Copy link
Contributor

shaycrk commented Nov 15, 2022

In the same way that running with save_predictions=False can be useful to avoid filling up database space, it would be useful to add optional behavior to delete model objects (maybe matrices as well?) from disk after they're done being used to save space avoid disk full issues during large, exploratory runs.

The main downside here, of course, is making it more expensive to resume an experiment after a crash mid-run, but it might be a reasonable trade-off.

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

No branches or pull requests

1 participant