evalml.pipelines.components.TextFeaturizer.__init__

TextFeaturizer.__init__(random_seed=0, **kwargs)[source]

Extracts features from text columns using featuretools’ nlp_primitives

Parameters

random_seed (int) – Seed for the random number generator. Defaults to 0.