3 references to CreateReplaceMissingValues
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
653
return new SweepablePipeline().Append(new[] { SweepableEstimatorFactory.
CreateReplaceMissingValues
(replaceMissingValueOption) });
Microsoft.ML.AutoML.Tests (2)
SweepableEstimatorPipelineTest.cs (2)
128
var replaceMissingValue = SweepableEstimatorFactory.
CreateReplaceMissingValues
(new ReplaceMissingValueOption());
140
var replaceMissingValue = SweepableEstimatorFactory.
CreateReplaceMissingValues
(new ReplaceMissingValueOption());