squaredev-io / whitebox

[Not Actively Maintained] Whitebox is an open source E2E ML monitoring platform with edge capabilities that plays nicely with kubernetes
https://squaredev.io/whitebox/
MIT License
183 stars 5 forks source link

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

Open stavrostheocharis opened 1 year ago

stavrostheocharis commented 1 year ago

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)

momegas commented 1 year ago

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

momegas commented 1 year ago

This is a bug right?

stavrostheocharis commented 1 year ago

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