The user has to give together the timestamp in a column with the processed Dataframe
Solution
Inside the log_inferences function we have to take timestamps as a new series and construct the schemas as we already do (without including the time series into the processed) as it is now. Instead of timestamps the user has to give the name of the timestamps column.
Additional context
[ ] Add the timestamps as described
[ ] Fix the typing in the arguments given (actuals should be Union[...]
Description
The user has to give together the timestamp in a column with the processed Dataframe
Solution
Inside the log_inferences function we have to take timestamps as a new series and construct the schemas as we already do (without including the time series into the processed) as it is now. Instead of timestamps the user has to give the name of the timestamps column.
Additional context