-
Notifications
You must be signed in to change notification settings - Fork 40
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
Lrnr_rpart$train()
works, but as part of stack fails
#230
Comments
Thanks. I'll try to reproduce! |
Hi @kmishra9 , sorry for the long delay. I tried to reproduce the issue with rpart in stacks as follows:
But wasn't able to. I understand it may not be possible due to private data or other concerns, but I think i'll need a MRE in order to identify the issue here. Until then, i'll close this issue. |
For categorical data, this is because Lrnr_rpart needs to pack_predictions. Will fix ASAP |
Seems like this is affecting Lrnr_ranger as well |
Has this been resolved @jeremyrcoyle? |
Lrnr_rpart$train()
works, but as part of stack fails
Hey there,
So as the title indicates, I had a stack with a bunch of learners running within the
delayed
framework:and got this error:
Removing
lrnr_rpart
from the stack works, but usinglrnr_rpart
on thetrain_task
directly also appears to work. 🤷♂No worries if this is unhelpful, vague, or just irrelevant, but trying to provide feedback when I run into bugs if it helps the package mature! I simply removed
lrnr_rpart
from the stack and continued on my way.Big fan of the
sl3
framework thus far!The text was updated successfully, but these errors were encountered: