2 instantiations of RecommendationExperiment
Microsoft.ML.AutoML (2)
API\AutoCatalog.cs (2)
151
return new
RecommendationExperiment
(_context, new RecommendationExperimentSettings()
167
return new
RecommendationExperiment
(_context, experimentSettings);
4 references to RecommendationExperiment
Microsoft.ML.AutoML (4)
API\AutoCatalog.cs (4)
141
/// <para>See <see cref="
RecommendationExperiment
"/> for a more detailed code example of an AutoML multiclass classification experiment.</para>
149
public
RecommendationExperiment
CreateRecommendationExperiment(uint maxExperimentTimeInSeconds)
163
/// See <see cref="
RecommendationExperiment
"/> for a more detailed code example of an AutoML recommendation experiment.
165
public
RecommendationExperiment
CreateRecommendationExperiment(RecommendationExperimentSettings experimentSettings)