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

The features metrics pipeline running with the cron tasks isn't implemented as intended #124

Open sinnec opened 1 year ago

sinnec commented 1 year ago

The features metrics pipeline running with the cron tasks isn't implemented as intended. It uses inferences while it should be using training datasets and should run when a training dataset is inserted and not in cron tasks.

Note: The current implementation could be used for data quality metrics.

Tasks:

stavrostheocharis commented 1 year ago

async def run calculate feature metrics pi For now, let’s use it for processed training data. For inferences let’s keep it for a new feature.

stavrostheocharis commented 1 year ago

For the name let's use the "descriptive statistics" where we use integrity, etc.: class FeatureMetrics(BaseModel) return Nond