1 write to _sweepablePipeline
Microsoft.ML.AutoML (1)
Tuner\AutoZeroTuner.cs (1)
30
_sweepablePipeline
= pipeline;
4 references to _sweepablePipeline
Microsoft.ML.AutoML (4)
Tuner\AutoZeroTuner.cs (4)
31
_pipelineStrings =
_sweepablePipeline
.Schema.ToTerms().Select(t => new
34
pipelineString = string.Join("=>", t.ValueEntities().Select(e =>
_sweepablePipeline
.Estimators[e.ToString()].EstimatorType)),
39
var trainerEstimators =
_sweepablePipeline
.Estimators.Where(e => e.Value.EstimatorType.IsTrainer()).Select(e => e.Value.EstimatorType.ToString()).ToList();
96
var pipeline =
_sweepablePipeline
.BuildSweepableEstimatorPipeline(pipelineSchema);