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 45f8298 commit 8968339Copy full SHA for 8968339
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: mlr3
2
Title: Machine Learning in R - Next Generation
3
-Version: 0.13.1-9000
+Version: 0.13.2
4
Authors@R:
5
c(person(given = "Michel",
6
family = "Lang",
NEWS.md
@@ -1,4 +1,4 @@
-# mlr3 0.13.1-9000
+# mlr3 0.13.2
* Setting a fallback learner for a learner with encapsulation in its default
settings now automatically sets encapsulation to `"evaluate"` (#763).
R/zzz.R
@@ -58,6 +58,7 @@ dummy_import = function() {
58
# this function is required to silence R CMD check
59
mlbench::mlbench.xor
60
mlr3measures::mse
61
+ evaluate::evaluate
62
} # nocov end
63
64
0 commit comments