evalml.pipelines.components.TextFeaturizer.__init__

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

Extracts features from text columns using featuretools’ nlp_primitives

Parameters
  • random_state (None, int) – Deprecated - use random_seed instead.

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