Tuning.deepResults¶
- property Tuning.deepResults¶
If a cross-validation was used, get the fold-by fold results.
For cross-validation, a list of lists is returned with each internal list containing the fold-by-fold performance for each argument set. These deep results will be sorted from best to worst based on the optimal value of the performance function. If a holdout protocol was used, this returns None.