evalml.pipelines.components.TextFeaturizer.__init__

TextFeaturizer.__init__(text_columns=None, random_state=0, **kwargs)[source]

Extracts features from text columns using featuretools’ nlp_primitives

Parameters
  • text_columns (list) – list of feature names which should be treated as text features.

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