2 references to Estimators
Microsoft.ML.AutoML (2)
SweepableEstimator\Converter\MultiModelPipelineConverter.cs (1)
28
jsonObject["estimators"] = JsonValue.Create(value.
Estimators
);
SweepableEstimator\MultiModelPipeline.cs (1)
108
var sweepableEntity = CreateSweepableEntityFromEntity(pipeline.Schema, pipeline.
Estimators
);