v1.3.0
MLJBase v1.3.0
-
(Performance enhancement) Remove type instability for
predict(mach::Machine, ...)
in the easy and typical case thatmach
does not wrap aSymbol
model (#969) -
(New feature) Give
evaluate
andevaluate!
the optioncompact=true
, to return aCompactPerformanceEvaluation
object with minimal memory footprint (#973) -
(New feature) Add an
InSample()
resampling strategy that trains and tests on the same data (whatever is specified byrows
, 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 inevaluate!
to construct them (#973) (@ablaom) - Add
InSample
resampling strategy (#975) (@ablaom) - For a 1.3 release (#977) (@ablaom)
Closed issues: