Experiment - Date and time feature extraction
Problem:You have a dataset with a column of dates and times. The model currently uses the raw datetime string as input, which does not help the model learn patterns well.
Current Metrics:Model accuracy: 65%, Loss: 0.85
Issue:The model is not learning well because it cannot understand the raw datetime strings. It needs meaningful features extracted from the date and time.