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

Caching makes saving and loading more difficult #13

Open
EvanKomp opened this issue Dec 18, 2024 · 0 comments
Open

Caching makes saving and loading more difficult #13

EvanKomp opened this issue Dec 18, 2024 · 0 comments

Comments

@EvanKomp
Copy link
Owner

In fact, any functionality that relies on the metadata folder breaks if using joblib.save and load on the model. It does not save the metadata folder (eg. with cache results or subprocess params)

We should overwrite sklearn save and load methods to zip up metadata folder and fumped model, and when loader the model, do some path handling to assign the metadata folder param within the model to the appropriate path.

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