File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# mlr3filters 0.5.0
4
4
5
- - Add references to benchmark paper and praznik paper #104
6
-
7
-
8
- # mlr3filters 0.4.2.9000
9
-
10
- - Same as previous version.
5
+ - Add references to benchmark paper and praznik paper (#104 )
6
+ - New filter ` FilterSelectedFeatures ` which makes use of embedded feature selection methods of learners.
7
+ See the help page for more details (#102 )
8
+ - Allow ` NA ` as task type.
9
+ This makes it possible to use other tasks than ` "regr" ` or ` "classif" ` for certain filters, e.g. ` FilterVariance ` (#106 )
11
10
12
11
13
12
# mlr3filters 0.4.2
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ mlr3filters 0.5.0
2
2
3
3
## Cran Repository Policy
4
4
5
- - [ ] Reviewed CRP last edited 2021-09-25.
5
+ - [x ] Reviewed CRP last edited 2021-09-25.
6
6
7
7
See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2021-04-25%7D...master@%7B2021-09-25%7D
8
8
9
9
## R CMD check results
10
10
11
11
- [x] Checked locally, R 4.1.2
12
- - [ ] Checked on CI system, R 4.1.2
13
- - [ ] Checked on win-builder, R devel
12
+ - [x ] Checked on CI system, R 4.1.2
13
+ - [x ] Checked on win-builder, R devel
14
14
15
15
Check the boxes above after successful execution and remove this line. Then run ` fledge::release() ` .
16
16
You can’t perform that action at this time.
0 commit comments