Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Oct 24, 2024
1 parent 6348b15 commit 00dc46a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 34 deletions.
36 changes: 19 additions & 17 deletions R/CallbackBatchFSelect.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,27 @@ CallbackBatchFSelect = R6Class("CallbackBatchFSelect",
#'
#' Feature selection callbacks can be called from different stages of feature selection.
#' The stages are prefixed with `on_*`.
#' The `on_auto_fselector_*` stages are only available when the callback is used in an [AutoFSelector].
#'
#' ```
#' Start Feature Selection
#' - on_optimization_begin
#' Start FSelect Batch
#' - on_optimizer_before_eval
#' Start Evaluation
#' - on_eval_after_design
#' - on_eval_after_benchmark
#' - on_eval_before_archive
#' End Evaluation
#' - on_optimizer_after_eval
#' End FSelect Batch
#' - on_result
#' - on_optimization_end
#' End Feature Selection
#' Fit Final Model
#' - on_final_model
#' End Fit Final Model
#' Start Automatic Feature Selection
#' Start Feature Selection
#' - on_optimization_begin
#' Start FSelect Batch
#' - on_optimizer_before_eval
#' Start Evaluation
#' - on_eval_after_design
#' - on_eval_after_benchmark
#' - on_eval_before_archive
#' End Evaluation
#' - on_optimizer_after_eval
#' End FSelect Batch
#' - on_result
#' - on_optimization_end
#' End Feature Selection
#' - on_auto_fselector_before_final_model
#' - on_auto_fselector_after_final_model
#' End Automatic Feature Selection
#' ```
#'
#' See also the section on parameters for more information on the stages.
Expand Down
36 changes: 19 additions & 17 deletions man/callback_batch_fselect.Rd

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

0 comments on commit 00dc46a

Please sign in to comment.