3 references to SweepablePipeline
Microsoft.ML.AutoML (3)
SweepableEstimator\Converter\SweepablePipelineConverter.cs (1)
22return new SweepablePipeline(estimators, Entity.FromExpression(schema), currentSchema);
SweepableEstimator\SweepablePipeline.cs (2)
114return new SweepablePipeline(pipelineNodes, entity, schema); 191return new SweepablePipeline(estimators, schema);