File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# mlr3 1.3.0
22
33* feat: ` Learner$predict() ` can now add additional data to ` PredictionClassif ` and ` PredictionRegr ` objects via the ` extra ` field.
4+ * feat: ` Mlr3Error ` and ` Mlr3Warning ` classes for errors and warnings.
5+ * refactor: ` $obs_loss ` methods in ` Measure ` , ` Prediction ` , ` ResampleResult ` , and ` BenchmarkResult ` .
6+ * perf: Use more ` lengths() ` and ` data.table::setattr() ` in tests.
7+ * perf: Use ` attr() ` instead of ` attributes() ` for extracting single attributes.
8+ * test: Use more specialised test functions.
9+ * fix: ` weights_measure ` now work with ` stratum ` .
10+ * fix: Encapsulation loads loaded packages on the workers.
11+ * fix: Learners can handle new factor levels.
12+ * refactor: Use more implicit returns.
13+ * feat: Learner can pass extra data to predictions.
414
515# mlr3 1.2.0
616
You can’t perform that action at this time.
0 commit comments