-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Save only selected edges in graph learner #968
Comments
I don't think that this is currently possible. |
I have add readRDS in my custom pipeline, but I was pretty sure this was not the right way. Also in that way, it was hard to add some metadata (cv, fold, taks etc). Can you send a link where I can read more on callbacks? |
So currently it is not yet possible to solve your issue with callbacks and I am waiting for feedback whether we want to enable this here. We already have the mechanism in place in other areas though, you can read about it here: https://mlr3misc.mlr-org.com/reference/Callback.html |
Sorry for transferring twice. I thought this might be an mlr3pipelines issue, but upon thinking about this, what you really want is something like a |
When we banchmark graph learnes, we can choose to save models or backends or not to save:
Is it possible to save only some step in the graph but discard others?
For example, if I want to save only features selected in the filter phase, I don't want to save all other steps.
It comes to my mind, I can add saveRRD function somewhere in the pipeline, but maybe you can request some other way?
The text was updated successfully, but these errors were encountered: