evalml.pipelines.components.DateTimeFeaturization.__init__

DateTimeFeaturization.__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.