4 references to AllowedTrainers
Microsoft.ML.AutoML (1)
PipelineSuggesters\PipelineSuggester.cs (1)
38
var availableTrainers = RecipeInference.
AllowedTrainers
(context, task,
Microsoft.ML.AutoML.Tests (3)
GetNextPipelineTests.cs (1)
75
var allAvailableTrainers = RecipeInference.
AllowedTrainers
(context, task, new ColumnInformation(), null);
TrainerExtensionsTests.cs (2)
404
var trainers = RecipeInference.
AllowedTrainers
(new MLContext(1), TaskKind.BinaryClassification, new ColumnInformation(), null);
412
var trainers = RecipeInference.
AllowedTrainers
(new MLContext(1), TaskKind.BinaryClassification, new ColumnInformation(), allowList);