1 write to Exception
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMonitor.cs (1)
120
Exception
= exp,
3 references to Exception
Microsoft.ML.AutoML (3)
AutoMLExperiment\TrialResult.cs (1)
63
public bool IsSucceed { get =>
Exception
== null; }
Utils\BestResultUtil.cs (2)
105
var detail = new RunDetail<TMetrics>(trainerName, result.Pipeline, null, modelContainer, result.Metrics, result.
Exception
);
116
var crossValidationResult = result.CrossValidationMetrics.Select(m => new TrainResult<TMetrics>(new ModelContainer(context, m.Model), m.Metrics, result.
Exception
));