3 instantiations of FastForestOvaExtension
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
141
new
FastForestOvaExtension
(),
Microsoft.ML.AutoML.Tests (1)
TrainerExtensionsTests.cs (1)
257
var pipelineNode = new
FastForestOvaExtension
().CreatePipelineNode(null, new ColumnInformation());
Microsoft.ML.CodeGenerator.Tests (1)
ApprovalTests\ConsoleCodeGeneratorTests.cs (1)
1098
var trainer1 = new SuggestedTrainer(context, new
FastForestOvaExtension
(), new ColumnInformation(), hyperparams1);
1 reference to FastForestOvaExtension
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
19
{ TrainerName.FastForestOva, typeof(
FastForestOvaExtension
) },