Skip to content

Commit

Permalink
fix: export EnsembleFSResult
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 21, 2024
1 parent 477f4f6 commit d37184a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ S3method(extract_inner_fselect_results,ResampleResult)
export(ArchiveBatchFSelect)
export(AutoFSelector)
export(ContextBatchFSelect)
export(EnsembleFSResult)
export(FSelectInstanceBatchMultiCrit)
export(FSelectInstanceBatchSingleCrit)
export(FSelector)
Expand Down
1 change: 1 addition & 0 deletions R/EnsembleFSResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' * `benchmark_result` (`logical(1)`)\cr
#' Whether to add the learner, task and resampling information from the benchmark result.
#'
#' @export
#' @examples
#' \donttest{
#' efsr = ensemble_fselect(
Expand Down
1 change: 1 addition & 0 deletions man/ArchiveBatchFSelect.Rd

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

3 changes: 2 additions & 1 deletion man/ObjectiveFSelect.Rd

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

3 changes: 2 additions & 1 deletion man/ObjectiveFSelectBatch.Rd

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

5 changes: 2 additions & 3 deletions man/fs.Rd

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

0 comments on commit d37184a

Please sign in to comment.