Skip to content

Commit

Permalink
docs: rfe
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 15, 2023
1 parent 9377188 commit 5398ca9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions R/FSelectorRFE.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@
#' @section Control Parameters:
#' \describe{
#' \item{`n_features`}{`integer(1)`\cr
#' The number of features to select.
#' By default half of the features are selected.}
#' The minimum number of features to select, by default half of the features.}
#' \item{`feature_fraction`}{`double(1)`\cr
#' Fraction of features to retain in each iteration.
#' The default 0.5 retrains half of the features.}
#' The default of 0.5 retains half of the features.}
#' \item{`feature_number`}{`integer(1)`\cr
#' Number of features to remove in each iteration.}
#' \item{`subset_sizes`}{`integer()`\cr
#' Vector of number of features to retain in each iteration.
#' Vector of the number of features to retain in each iteration.
#' Must be sorted in decreasing order.}
#' \item{`recursive`}{`logical(1)`\cr
#' If `TRUE` (default), the feature importance is calculated in each iteration.}
Expand Down
7 changes: 3 additions & 4 deletions man/mlr_fselectors_rfe.Rd

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

0 comments on commit 5398ca9

Please sign in to comment.