Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jul 2, 2024
1 parent 9ba0ac9 commit a38eb4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/LearnerTorch.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
#' @template param_feature_types
#' @template param_man
#' @template param_label
#' @param param_set ([`ParamSet`])
#' @param param_set ([`ParamSet`] or `alist()`)\cr
#' Either a parameter set, or an `alist()` containing different values of self,
#' e.g. `alist(self$.param_set1, self$.param_set2)`, from which a [`ParamSet`] collection
#' should be created. Note that the `alist()` should not contain calls to `ps()`, because
#' then cloning will discard the set parameter values.
#' @param predict_types (`character()`)\cr
#' The predict types.
#' See [`mlr_reflections$learner_predict_types`][mlr_reflections] for available values.
Expand Down
6 changes: 5 additions & 1 deletion man/mlr_learners_torch.Rd

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

0 comments on commit a38eb4e

Please sign in to comment.