Skip to content

Commit

Permalink
docs: ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 6, 2024
1 parent 949069b commit 11cb555
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/FilterBoruta.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
#' @description
#' Filter using the Boruta algorithm for feature selection.
#' If `keep = "tentative"`, confirmed and tentative features are returned.
#' Note that there is no ordering in the selected features.
#' Selected features get a score of 1, deselected features get a score of 0.
#' The order of selected features is random.
#' In combination with \CRANpkg{mlr3pipelines}, only the filter criterion `cutoff` makes sense.
#'
#' @references
#' `r format_bib("kursa_2010")`
Expand Down
4 changes: 4 additions & 0 deletions man/mlr_filters_boruta.Rd

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

0 comments on commit 11cb555

Please sign in to comment.