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