Implemented interface member:
method
ProposeSweeps
Microsoft.ML.AutoML.ISweeper.ProposeSweeps(System.Int32, System.Collections.Generic.IEnumerable<Microsoft.ML.AutoML.IRunResult>)
1 reference to ProposeSweeps
Microsoft.ML.AutoML (1)
PipelineSuggesters\PipelineSuggester.cs (1)
213var proposedParamSet = sweeper.ProposeSweeps(1, historyToUse.Select(h => h.ToRunResult(isMaximizingMetric))).FirstOrDefault();