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

Bug fix Lrnr_cv.R #422

Open
wants to merge 10 commits into
base: devel
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update Lrnr_base.R
  • Loading branch information
Larsvanderlaan authored Aug 12, 2023
commit 385519d216c96c4906d4445b386cbd3d67259cd2
1 change: 0 additions & 1 deletion R/Lrnr_base.R
Original file line number Diff line number Diff line change
@@ -198,7 +198,6 @@ Lrnr_base <- R6Class(
}
return(predictions)
},
},
base_chain = function(task = NULL) {
self$assert_trained()
if (is.null(task)) {