Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jan 16, 2025
1 parent 3842269 commit 1a046ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion R/EnsembleFSResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ EnsembleFSResult = R6Class("EnsembleFSResult",
#' The column with the performance scores on the inner resampling of the train sets is not mandatory,
#' but note that it should be named as `{inner_measure$id}_inner` to distinguish from
#' the `{measure$id}`.
#' @param features ([character()])\cr
#' @param features (`character()`)\cr
#' The vector of features of the task that was used in the ensemble feature
#' selection.
#' @param benchmark_result ([mlr3::BenchmarkResult])\cr
Expand Down
7 changes: 2 additions & 5 deletions R/ensemble_fselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@
#' The result object also includes the performance scores calculated during the inner resampling of the training sets, using models with the best feature subsets.
#' These scores are stored in a column named `{measure_id}_inner`.
#'
#' @section Note:
#'
#' @note
#' The **active measure** of performance is the one applied to the test sets.
#' This is preferred, as inner resampling scores on the training sets are likely to be overestimated when using the final models.
#' Users can change the active measure by using the `set_active_measure()` method of the [EnsembleFSResult].
#'
#' @param learners (list of [mlr3::Learner])\cr
#' The learners to be used for feature selection.
#' @param init_resampling ([mlr3::Resampling])\cr
#' The initial resampling strategy of the data, from which each train set
#' will be passed on to the [auto_fselector] to optimize the learners and
#' perform feature selection.
#' The initial resampling strategy of the data, from which each train set will be passed on to the [auto_fselector] to optimize the learners and perform feature selection.
#' Each test set will be used for prediction on the final models returned by [auto_fselector].
#' Can only be [mlr3::ResamplingSubsampling] or [mlr3::ResamplingBootstrap].
#' @param inner_resampling ([mlr3::Resampling])\cr
Expand Down
2 changes: 1 addition & 1 deletion man/ensemble_fs_result.Rd

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

9 changes: 2 additions & 7 deletions man/ensemble_fselect.Rd

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

0 comments on commit 1a046ee

Please sign in to comment.