You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.ML.AutoML/AutoMLExperiment/AutoMLExperiment.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,7 @@ Abandoning Trial {trialSettings.TrialId} and continue training.
341
341
trialResultManager?.Save();
342
342
if(_bestTrialResult==null)
343
343
{
344
-
thrownewTimeoutException("Training time finished without completing a trial run");
344
+
thrownewTimeoutException("Training time finished without completing a successful trial. Either no trial completed or the metric for all completed trials are NaN or Infinity");
0 commit comments