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