evalml.pipelines.components.DateTimeFeaturizer.__init__

DateTimeFeaturizer.__init__(features_to_extract=None, random_state=0, **kwargs)[source]

Extracts features from DateTime columns

Parameters
  • features_to_extract (list) – List of features to extract. Valid options include “year”, “month”, “day_of_week”, “hour”.

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