3 references to TextFeaturizer
Microsoft.ML.AutoML (3)
API\AutoCatalog.cs (3)
737
/// featurizing them using <see cref="CatalogFeaturizer(string[], string[])"/>, <see cref="NumericFeaturizer(string[], string[])"/> or <see cref="
TextFeaturizer
(string, string)"/>. And combine
808
/// featurizing them using <see cref="CatalogFeaturizer(string[], string[])"/>, <see cref="NumericFeaturizer(string[], string[])"/> or <see cref="
TextFeaturizer
(string, string)"/>. And combine
857
pipeline = pipeline.Append(this.
TextFeaturizer
(textColumn, textColumn));