industrial-edge
industrial-edge copied to clipboard
We should showcase data drift detection and how we can detect and maybe retrain the model based on updated anomaly data.
Currently the anomaly detection model is classifying anomalies well enough in the context of the line dashboard app. How about the initial model doesn't perform well, so we see how...
Apply advanced routing schemes (e.g. shadow scoring) for model candidate selection.
In a more realistic scenario, the data scientist would run hyperparameter optimization during model training. We should incorporate this into the model CI/CD pipeline.
As an alternative to the current Elyra implementation of the ML CI/CD pipeline, we should prepare an implementation via the KFP SDK, which allows us to leverage more advanced features...
Adopt the new OCI model deployments in RHOAI.
The current ML CI/CD pipeline only kicks off model updates on the hub cluster. We should prepare PRs for factory deployments.
Add model registry and use it in the ML CI/CD pipeline.
sync-branches: New code has just landed in main, so let's bring rhdp-deploy up to speed!