-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
bug in resample using predict = "train" #1284
Comments
The problem is in
So my suggestion for the task description and predict.type would be to pass the learner and the task to the For threshold and the time I am not sure how to handle this. |
Fixed in #1315 |
Issue 1: printing
res$pred
yieldsIssue 2:
res$pred$predict.type
seems to beNULL
but should still have the same value aslrn$predict.type
!For example, using
predict = "both"
seems to work:The text was updated successfully, but these errors were encountered: