3 instantiations of RecommendationExperimentSettings
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
151
return new RecommendationExperiment(_context, new
RecommendationExperimentSettings
()
Microsoft.ML.AutoML.Samples (1)
AutoFit\RecommendationExperiment.cs (1)
34
.CreateRecommendationExperiment(new
RecommendationExperimentSettings
() { MaxExperimentTimeInSeconds = ExperimentTime })
Microsoft.ML.AutoML.Tests (1)
Utils\TaskAgnosticAutoFit.cs (1)
98
var recommendationSettings = new
RecommendationExperimentSettings
5 references to RecommendationExperimentSettings
Microsoft.ML.AutoML (4)
API\AutoCatalog.cs (1)
165
public RecommendationExperiment CreateRecommendationExperiment(
RecommendationExperimentSettings
experimentSettings)
API\RecommendationExperiment.cs (3)
30
/// Initializes a new instance of <see cref="
RecommendationExperimentSettings
"/>.
56
public sealed class RecommendationExperiment : ExperimentBase<RegressionMetrics,
RecommendationExperimentSettings
>
58
internal RecommendationExperiment(MLContext context,
RecommendationExperimentSettings
settings)
Microsoft.ML.AutoML.Tests (1)
Utils\TaskAgnosticAutoFit.cs (1)
98
var
recommendationSettings = new RecommendationExperimentSettings