Skip to content

v0.20.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 05:00
db7cc01

MLJBase v0.20.2

Diff since v0.20.1

  • (enhancement) Improve display of PerformanceEvaluation objects (output of evaluate/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 in machine(model, X, y, check_scitype_level=2), to control how strictly the constructor enforces scitype type compatibility between model and the data. Allow user to change the global default scitype_check_level using new method scitype_check_level(i::Int).

Merged pull requests:

  • Allow user to control the level of scitype checks in machine constructor (#753) (@ablaom)
  • Improve short version of show for measures (#757) (@ablaom)
  • For a 0.20.2 release (#763) (@ablaom)