2 writes to Exception
Microsoft.ML.AutoML (2)
Experiment\SuggestedPipelineRunDetails\SuggestedPipelineCrossValRunDetail.cs (1)
45Exception = Results.Select(r => r.Exception).FirstOrDefault(e => e != null);
Experiment\SuggestedPipelineRunDetails\SuggestedPipelineRunDetail.cs (1)
49Exception = ex;
2 references to Exception
Microsoft.ML.AutoML (2)
Experiment\Experiment.cs (1)
191throw new InvalidOperationException($"Training failed with the exception: {_history.Last().Exception}");
Experiment\SuggestedPipelineRunDetails\SuggestedPipelineRunDetail.cs (1)
56Pipeline.ToPipeline(), ModelContainer, ValidationMetrics, Exception);