Date and time feature extraction is about turning raw date/time data into useful numbers or categories for a model. The key metric to check here is model performance metrics like accuracy, precision, recall, or RMSE after adding these features. This shows if the extracted features help the model learn better.
Why? Because date/time features themselves don't have a direct metric. Instead, we measure if they improve the model's predictions. For example, extracting "hour of day" or "day of week" might help a sales prediction model. If the model's accuracy or error improves, the features are good.