Skip to content

Commit 0d4c786

Browse files
Update src/Microsoft.ML.AutoML/AutoMLExperiment/AutoMLExperiment.cs
Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
1 parent 990857d commit 0d4c786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.AutoML/AutoMLExperiment/AutoMLExperiment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Abandoning Trial {trialSettings.TrialId} and continue training.
342342
trialResultManager?.Save();
343343
if (_bestTrialResult == null)
344344
{
345-
throw new TimeoutException("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+
throw new TimeoutException("Training time finished without completing a successful trial. Either no trial completed or the metric for all completed trials are NaN or Infinity");
346346
}
347347
else
348348
{

0 commit comments

Comments
 (0)