Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mlr3 1.2.0 source code.tar.gz | 2025-09-12 | 1.1 MB | |
mlr3 1.2.0 source code.zip | 2025-09-12 | 1.4 MB | |
README.md | 2025-09-12 | 1.0 kB | |
Totals: 3 Items | 2.5 MB | 0 |
- feat: Add
mirai
support for parallelization and encapsulation. - feat: Fallback can now be configured to only be used in case of certain errors via the
when
argument. - feat: Custom error and warning classes.
- fix:
$selected_features
returns error when model is not trained yet. - docs: Missing values during scoring.
- BREAKING CHANGE: Removed
data_format
argument of$data()
method ofDataBackend
. - BREAKING CHANGE: Remove
data_formats
field fromLearner
. - BREAKING CHANGE: Remove
DataBackendMatrix
class. - feat: Add
materialize_view()
method toTask
to replace the internalDataBackend
with a new one after operations like$select()
and$filter()
. - docs: Information about quantile prediction.
- perf: Use
fget
inassert_predictable
. - feat: Store oob error in state without requiring storing the model.
- fix:
$levels()
ofTask
returns in the correct order. - chore: Only print up to 10 classes in the
Task
printer. - fix: Check if
quantiles
andquantile_response
are set.