We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc87ee6 commit dd75a6cCopy full SHA for dd75a6c
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: mlr3learners
2
Title: Recommended Learners for 'mlr3'
3
-Version: 0.12.0.9000
+Version: 0.13.0
4
Authors@R: c(
5
person("Michel", "Lang", , "[email protected]", role = "aut",
6
comment = c(ORCID = "0000-0001-9754-0393")),
NEWS.md
@@ -1,6 +1,9 @@
-# mlr3learners (development version)
+# mlr3learners 0.13.0
* feat: Add new uncertainty estimation methods `ensemble_standard_deviation` and `law_of_total_variance` to `regr.ranger` learner.
+* fix: Default `nrounds` for xgboost learners.
+* feat: Store ranger oob error without storing models.
+* fix: Only allow simple measures as internal measures for xgboost learners.
7
8
# mlr3learners 0.12.0
9
0 commit comments