v0.20.2
MLJBase v0.20.2
- (enhancement) Improve display of
PerformanceEvaluation
objects (output ofevaluate/evaluate!
) to squeeze in measures with long names and multiple parameters (#757, JuliaAI/MLJ.jl#923) - (enhancement) Allow user to specify
scitype_check_level
when constructing machines, as inmachine(model, X, y, check_scitype_level=2)
, to control how strictly the constructor enforces scitype type compatibility betweenmodel
and the data. Allow user to change the global defaultscitype_check_level
using new methodscitype_check_level(i::Int)
.
Merged pull requests: