whitebox
whitebox copied to clipboard
The user has to give together the timestamp in a column with the processed Dataframe
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

- [ ] Add the timestamps as described
- [ ] Fix the typing in the arguments given (actuals should be Union[...]
Can you elaborate a bit more on this? Not sure I understand it
This is a bug right?
Not exactly it was chosen to be used as it is. But i believe that the proposed way is better.