| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mlr 2.19.1 source code.tar.gz | 2022-09-08 | 47.3 MB | |
| mlr 2.19.1 source code.zip | 2022-09-08 | 48.0 MB | |
| README.md | 2022-09-08 | 733 Bytes | |
| Totals: 3 Items | 95.3 MB | 0 | |
Bug fixes
-
Adjust behavior of
"positive"arg forclassif.logreg(#2846) -
Consistent naming for dummy feature encoding of variables with different levels count (#2847)
-
Remove {nodeHarvest} learners (#2841)
-
Remove {rknn} learner (#2842)
-
Remove all {DiscriMiner} learners (#2840)
-
Remove {extraTrees} learner (#2839)
-
Remove depcrecated {rrlda} learner
-
Resolve some {ggplot2} deprecation warnings
-
Fixed
information.gainfilter calculation. Before,chi.squaredwas calculated even thoughinformation.gainwas requested due to a glitch in the filter naming (#2816, @jokokojote) -
Make
helpLearnerParam()'s HTML parsing more robust (#2843) -
Add HTML5 support for help pages