Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 02:08
d5f3398

MLJBase v1.3.0

Diff since v1.2.1

  • (Performance enhancement) Remove type instability for predict(mach::Machine, ...) in the easy and typical case that mach does not wrap a Symbol model (#969)

  • (New feature) Give evaluate and evaluate! the option compact=true, to return a CompactPerformanceEvaluation object with minimal memory footprint (#973)

  • (New feature) Add an InSample() resampling strategy that trains and tests on the same data (whatever is specified by rows, or all supplied data) (#975)

  • (Display improvement) Split the table displayed as part of an PerformanceEvaluation object over two tables, if needed, to deal with overly wide tables (#973)

Merged pull requests:

  • Add prompt to docstring REPL example (#968) (@abhro)
  • Address some predict/transform type instabilities (#969) (@ablaom)
  • Update docstring examples and code (#970) (@abhro)
  • Make test of iterator(...) more robust (#972) (@ablaom)
  • Add CompactPerformanceEvaluation objects and the option in evaluate! to construct them (#973) (@ablaom)
  • Add InSample resampling strategy (#975) (@ablaom)
  • For a 1.3 release (#977) (@ablaom)

Closed issues:

  • Add InSample resampling strategy (#967)
  • Tests failing on dev (#971)
  • selectrows struggling with views of a table (#974)