File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11Package: mlr
22Title: Machine Learning in R
3- Version: 2.14.0
3+ Version: 2.14.0.9000
44Authors@R:
55 c(person(given = "Bernd",
66 family = "Bischl",
Original file line number Diff line number Diff line change 1+ # mlr 2.14.0.9000
2+
3+ - Same as previous version.
4+
5+
16# mlr 2.14.0
27
38## general
2934* FSelectorRcpp_information.gain
3035* FSelectorRcpp_symuncert
3136
32- Additionally, filter names have been harmonized using the following scheme: <pkgname >_ <filtername >.
33- Exeptions are filters included in base R packages.
37+ Additionally, filter names have been harmonized using the following scheme: <pkgname >_ <filtername >.
38+ Exeptions are filters included in base R packages.
3439In this case, the package name is omitted.
3540
3641## filter - general
@@ -47,9 +52,9 @@ In this case, the package name is omitted.
4752 - ` randomForestSRC.rfsrc ` -> ` randomForestSRC_importance `
4853 - ` randomForestSRC.var.select ` -> ` randomForestSRC_var.select `
4954 - ` randomForest.importance ` -> ` randomForest_importance `
50-
55+
5156* fixed a bug related to the loading of namespaces for required filter packages (@pat-s , #2483 )
52-
57+
5358## learners - new
5459* classif.liquidSVM (@PhilippPro , #2428 )
5560* regr.liquidSVM (@PhilippPro , #2428 )
You can’t perform that action at this time.
0 commit comments