I am poking around Create ML for the first time. I'd like to build a tabular model, and my dataset contains dates. Dates are in the format "2021-12-06 20:15:00" but Create ML identifies it as a String data type. Date could be important to the prediction though. What does my timestamp have to look like in order to be identified as such? Or can I change the data type somehow? I clicked around the GUI a bit, but couldn't figure it out.
Any help would be greatly appreciated, thanks in advance!