3 references to SweepableEstimatorPipeline
Microsoft.ML.AutoML (2)
SweepableEstimator\MultiModelPipeline.cs (1)
83return new SweepableEstimatorPipeline(pipelineNodes);
SweepableEstimator\SweepableEstimatorPipeline.cs (1)
72return new SweepableEstimatorPipeline(_estimators.Concat(new[] { estimator }));
Microsoft.ML.AutoML.Tests (1)
SweepableEstimatorPipelineTest.cs (1)
133var pipeline = new SweepableEstimatorPipeline(new SweepableEstimator[] { concat, replaceMissingValue, oneHot, lightGbm, fastTree });