Skip to content

Commit cee0d92

Browse files
committed
document() and doc fix
1 parent f09ca37 commit cee0d92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/PipeOpImputeOOR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' This type of imputation is especially sensible in the context of tree-based methods, see also
1515
#' Ding & Simonoff (2010).
1616
#'
17-
#' [`Learner`s][mlr3::Learner] expect input [`Task`s][mlr3::Task] to have the same `factor` (or `ordered`) levels during
17+
#' [`Learner`][mlr3::Learner]s expect input [`Task`][mlr3::Task]s to have the same `factor` (or `ordered`) levels during
1818
#' training as well as prediction. This `PipeOp` modifies the levels of `factor` and `ordered` features,
1919
#' and since it may occur that a `factor` or `ordered` feature contains missing values only during prediction, but not
2020
#' during training, the output `Task` could also have different levels during the two stages.

man/PipeOpImpute.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_pipeops_imputeoor.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)