-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #22
Comments
btw, |
memoise caches the whole function call and all of its arguments. Not sure if the hashed task would have any effect here. |
The return object of |
@mb706 AFAIR caching is done in pipelines, isn't it? Hence I would close here if we can find/already have an overarching solution. |
Caching is on the way to be implemented in pipelines (here), but not there yet. But I agree that it is probably redundant to have filtering here once it is also in pipelines. |
Cool, thanks. Then I won't put more thoughts about this in here 🙂 |
In mlr we use the memoise pkg for caching.
I saw that Tasks are cached in mlr3 already via this PR.
@mllg Would this concept also be preferrable for the filters or does it have any limitations? And should we rely on the memoise pkg for caching?
The text was updated successfully, but these errors were encountered: