whitebox icon indicating copy to clipboard operation
whitebox copied to clipboard

The user has to give together the timestamp in a column with the processed Dataframe

Open stavrostheocharis opened this issue 3 years ago • 3 comments

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 model_id str, John Zaras, 3 months ago 11 author (John Zaras)

  • [ ] Add the timestamps as described
  • [ ] Fix the typing in the arguments given (actuals should be Union[...]

stavrostheocharis avatar Feb 15 '23 15:02 stavrostheocharis

Can you elaborate a bit more on this? Not sure I understand it

momegas avatar Feb 17 '23 09:02 momegas

This is a bug right?

momegas avatar Feb 28 '23 14:02 momegas

Not exactly it was chosen to be used as it is. But i believe that the proposed way is better.

stavrostheocharis avatar Mar 01 '23 08:03 stavrostheocharis