Skip to content

Commit

Permalink
docs: ids
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Sep 13, 2024
1 parent f9e6663 commit 64faac3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Collate:
'LearnerRegrAutoXgboost.R'
'build_graph.R'
'helper.R'
'internal_measure.R'
'memory_usage.R'
'train_auto.R'
'zzz.R'
1 change: 1 addition & 0 deletions R/LearnerClassifAuto.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#' Classification auto learner.
#'
#' @template param_id
#' @template param_learner_ids
#'
#' @export
LearnerClassifAuto = R6Class("LearnerClassifAuto",
Expand Down
4 changes: 2 additions & 2 deletions R/LearnerRegrAuto.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#' @description
#' Regression auto learner.
#'
#' @param id (`character(1)`)\cr
#' Identifier for the new instance.
#' @template param_id
#' @template param_learner_ids
#'
#' @export
LearnerRegrAuto = R6Class("LearnerRegrAuto",
Expand Down
2 changes: 2 additions & 0 deletions man-roxygen/param_learner_ids.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @param learner_ids (`character()`)\cr
#' Learner that should be used.
3 changes: 3 additions & 0 deletions man/LearnerClassifAuto.Rd

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

3 changes: 3 additions & 0 deletions man/LearnerRegrAuto.Rd

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

0 comments on commit 64faac3

Please sign in to comment.