Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jan 29, 2025
1 parent f706e6c commit bf912de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/assertions.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ assert_task_learner = function(task, learner, param_values = NULL, cols = NULL)
#' @export
#' @param param_values (`list()`)\cr
#' TuneToken are not allowed in the parameter set of the learner.
#' If the `param_values` overwrites the TuneToken, the assertion will pass.
#' If the `param_values` overwrite the TuneToken, the assertion will pass.
#' @rdname mlr_assertions
assert_learnable = function(task, learner, param_values = NULL) {
if (task$task_type == "unsupervised") {
Expand Down
2 changes: 1 addition & 1 deletion man/mlr_assertions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf912de

Please sign in to comment.