Implemented interface member:
method
CreatePipelineNode
Microsoft.ML.AutoML.ITrainerExtension.CreatePipelineNode(System.Collections.Generic.IEnumerable<Microsoft.ML.AutoML.SweepableParam>, Microsoft.ML.AutoML.ColumnInformation)
1 reference to CreatePipelineNode
Microsoft.ML.AutoML.Tests (1)
TrainerExtensionsTests.cs (1)
257var pipelineNode = new FastForestOvaExtension().CreatePipelineNode(null, new ColumnInformation());