Is it possible (and how?) to provide time series for binary classification in H2O.ai's Driverless AI? I have dataframe that looks like this:
- ID
- Status/Target [0/1]
- TimeStamp for events that happened on given ID, in last 90 days
- Details of those events (category, description, values, etc...)
Ideally what i want is to build a model that predict status for given ID, based on provided history of events.