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

Improve memory management. #1

Open
fukatani opened this issue Aug 21, 2016 · 0 comments
Open

Improve memory management. #1

fukatani opened this issue Aug 21, 2016 · 0 comments

Comments

@fukatani
Copy link
Owner

Current version of stacked_genelarization continue to holt all stage0 model after fitting.
But in case of huge stacking model (~100), stacked_genelarization needs huge memory.

By adding lazy evaluation, I want to improve memory management.
i.e. hold stage0 model only when predicting, and release memory.
(Save model to joblib cache and load only when needed.)

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

1 participant