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 1500e8e commit 20c9185Copy full SHA for 20c9185
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: mlr3
2
Title: Machine Learning in R - Next Generation
3
-Version: 1.0.1.9000
+Version: 1.1.0
4
Authors@R:
5
c(
6
person("Michel", "Lang", , "[email protected]", role = "aut",
NEWS.md
@@ -1,5 +1,7 @@
-# mlr3 (development version)
+# mlr3 1.1.0
+* feat: Add new measure `MeasureRegrRQR` for quantile regression.
+* feat: Add `$predict_newdata_fast()` method to `Learner` to speed up prediction.
* fix: `configure_learner` is passed on `run_experiment()` for autotest learners.
7
# mlr3 1.0.1
0 commit comments