Skip to content

Commit

Permalink
refactor: rewrite auto fselector function and class (#58)
Browse files Browse the repository at this point in the history
* refactor: rewrite auto fselector function and class

* fix: task clone

* fix: parameters

* docs: rebuild
  • Loading branch information
be-marc authored Nov 9, 2022
1 parent 940cd7c commit c851ef0
Show file tree
Hide file tree
Showing 17 changed files with 522 additions and 221 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# mlr3fselect 0.7.2.9000

* refactor: `FSelectorRFE` throws an error if the learner does not support the `$importance()` method.
* refactor: The `AutoFSelector` stores the instance and benchmark result if `store_models = TRUE`.
* refactor: The `AutoFSelector` stores the instance if `store_benchmark_result = TRUE`.
* feat: Add missing parameters from `AutoFSelector` to `auto_fselect()`.

# mlr3fselect 0.7.2

Expand Down
Loading

0 comments on commit c851ef0

Please sign in to comment.