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
184 stars 5 forks source link

Reports are being produced on all data points #126

Closed NickNtamp closed 1 year ago

NickNtamp commented 1 year ago

As it is for now the reports are being produced using the whole inference dataset. For instance:

Time Period 1 -> Inference dataset 1 is added All reports are produced for Inference dataset 1 based on the scheduler. Time Period 2 -> Inference dataset 2 is added All reports are produced for Inference dataset 1 + Inference dataset 2 based on the scheduler. Time Period 3 -> Inference dataset 3 is added All reports are produced for Inference dataset 1 + Inference dataset 2 + Inference dataset 3 based on the scheduler.

This could lead to a false image of reality.

Suggested solution: The reports have to be calculated in inference batches (per granularity).

stavrostheocharis commented 1 year ago

@momegas I tried to change the estimation but I am not allowed

momegas commented 1 year ago

I changed it. It should be ok now. I added you to the project