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