mlr3 0.19.0
- Added support for
"marshal"
property, which allows learners to process models so they can be serialized.
This happens automatically duringresample()
andbenchmark()
. - Encapsulation methods use the same RNG state now.
- Fix missing values in
default_values.Learner()
function. - Encapsulated error messages are now printed with the
lgr
package.