DateTimeFeaturizer.
__init__
Extracts features from DateTime columns
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.