3 references to NumericFeaturizer
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
837
pipeline = pipeline.Append(this.
NumericFeaturizer
(numericFeatureColumnNames, numericFeatureColumnNames));