4 references to CreateFeaturizeText
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
634return new SweepablePipeline().Append(new[] { SweepableEstimatorFactory.CreateFeaturizeText(option) });
Microsoft.ML.AutoML.Tests (3)
SweepableExtensionTest.cs (3)
134.Append(SweepableEstimatorFactory.CreateFeaturizeText(new FeaturizeTextOption())) 148.Append(SweepableEstimatorFactory.CreateFeaturizeText(new FeaturizeTextOption())) 161SweepablePipeline pipeline = SweepableEstimatorFactory.CreateFeaturizeText(new FeaturizeTextOption())