1 write to BestRun
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMonitor.cs (1)
91
BestRun
= binaryClassificationResult;
9 references to BestRun
Microsoft.ML.AutoML (9)
API\BinaryClassificationExperiment.cs (3)
208
var bestRun = BestResultUtil.ToRunDetail(Context, monitor.
BestRun
, _pipeline);
241
var bestRun = BestResultUtil.ToRunDetail(Context, monitor.
BestRun
, _pipeline);
296
var bestResult = BestResultUtil.ToCrossValidationRunDetail(Context, monitor.
BestRun
, _pipeline);
API\MulticlassClassificationExperiment.cs (3)
194
var bestRun = BestResultUtil.ToRunDetail(Context, monitor.
BestRun
, _pipeline);
229
var bestRun = BestResultUtil.ToRunDetail(Context, monitor.
BestRun
, _pipeline);
286
var bestResult = BestResultUtil.ToCrossValidationRunDetail(Context, monitor.
BestRun
, _pipeline);
API\RegressionExperiment.cs (3)
182
var bestRun = BestResultUtil.ToRunDetail(Context, monitor.
BestRun
, _pipeline);
223
var bestRun = BestResultUtil.ToRunDetail(Context, monitor.
BestRun
, _pipeline);
279
var bestResult = BestResultUtil.ToCrossValidationRunDetail(Context, monitor.
BestRun
, _pipeline);