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 #286

Open
kegl opened this issue Oct 22, 2021 · 0 comments
Open

caching #286

kegl opened this issue Oct 22, 2021 · 0 comments
Assignees

Comments

@kegl
Copy link
Contributor

kegl commented Oct 22, 2021

It happens sometimes that we call the same feature extraction on all submissions and that it takes a lot of time. We could use the idea here to cache the partial results. Doesn't seem straightforward since it's the user submission that should cache it's fit or transform, and I'm not sure how it will go through importing that file.

https://scikit-learn.org/stable/modules/compose.html#caching-transformers-avoid-repeated-computation

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