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
@@ -342,7 +342,7 @@ Abandoning Trial {trialSettings.TrialId} and continue training.
342
342
trialResultManager?.Save();
343
343
if(_bestTrialResult==null)
344
344
{
345
-
thrownewTimeoutException("Training time finished without completing a successful trial, this could happen when no trial is completed or the metric for all completed trials are nan or inf");
345
+
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