2 instantiations of RankingExperiment
Microsoft.ML.AutoML (2)
API\AutoCatalog.cs (2)
186
return new
RankingExperiment
(_context, new RankingExperimentSettings()
202
return new
RankingExperiment
(_context, experimentSettings);
6 references to RankingExperiment
Microsoft.ML.AutoML (4)
API\AutoCatalog.cs (4)
176
/// <para>See <see cref="
RankingExperiment
"/> for a more detailed code example of an AutoML ranking experiment.</para>
184
public
RankingExperiment
CreateRankingExperiment(uint maxExperimentTimeInSeconds)
198
/// See <see cref="
RankingExperiment
"/> for a more detailed code example of an AutoML ranking experiment.
200
public
RankingExperiment
CreateRankingExperiment(RankingExperimentSettings experimentSettings)
Microsoft.ML.AutoML.Tests (2)
AutoFitTests.cs (2)
429
var
experiment = mlContext.Auto()
486
var
experiment = mlContext.Auto()