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