File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
Package: mlr
2
2
Title: Machine Learning in R
3
- Version: 2.14.0
3
+ Version: 2.14.0.9000
4
4
Authors@R:
5
5
c(person(given = "Bernd",
6
6
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
+
1
6
# mlr 2.14.0
2
7
3
8
## general
29
34
* FSelectorRcpp_information.gain
30
35
* FSelectorRcpp_symuncert
31
36
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.
34
39
In this case, the package name is omitted.
35
40
36
41
## filter - general
@@ -47,9 +52,9 @@ In this case, the package name is omitted.
47
52
- ` randomForestSRC.rfsrc ` -> ` randomForestSRC_importance `
48
53
- ` randomForestSRC.var.select ` -> ` randomForestSRC_var.select `
49
54
- ` randomForest.importance ` -> ` randomForest_importance `
50
-
55
+
51
56
* fixed a bug related to the loading of namespaces for required filter packages (@pat-s , #2483 )
52
-
57
+
53
58
## learners - new
54
59
* classif.liquidSVM (@PhilippPro , #2428 )
55
60
* regr.liquidSVM (@PhilippPro , #2428 )
You can’t perform that action at this time.
0 commit comments