You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/PipeOpLearnerCV.R
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@
61
61
#' * `predict_time` :: `NULL` | `numeric(1)`
62
62
#' Prediction time, in seconds.
63
63
#'
64
+
#' This state is given the class `"pipeop_learner_cv_state"`.
65
+
#'
64
66
#' @section Parameters:
65
67
#' The parameters are the parameters inherited from the [`PipeOpTaskPreproc`], as well as the parameters of the [`Learner`][mlr3::Learner] wrapped by this object.
0 commit comments