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_colums (list) – list of pd.DataFrame column names that contain text.

  • random_state (int, np.random.RandomState) – Seed for the random number generator.