v0.8.5
MLJTuning v0.8.5
- Write the
PerformanceEvaluation
objects computed for each model (hyper-parameter set) to the history, or write compact versions of the same (CompactPeformanceEvaluation
objects) by providingTunedModel(...)
a new optioncompact_history=true
. The evaluation objects are accessed like this:evaluation = report(mach).history[index].evaluation
, wheremach
is a machine associated with theTunedModel
instance. For more on the differences betweenPerformanceEvaluation
andCompactPerformanceEvaluation
objects, refer to their document strings. (In MLJTuning 0.5.3 and 0.5.4 an experimental feature already introducedPerformanceEvalution
objects to the history, but with no option to write the compact form. In the current release, compact objects are written by default.)
Merged pull requests: