Comment on page
ML Model Monitoring & Alerts
- Production Machine Learning Monitoring: Outliers, Drift, Explainers & Statistical Performance, youtube, uses alibi-explain (see compendium) and Ali-detect (see compendium)
- 1.
- 2.(good) Inferring Concept Drift Without Labeled Data. also talks about stream-based drift by Cloudera - fast forward labs.
- 3.Arize.ai
- 1.Data, concept, feature drifts - various comparisons between train/prod/validation time windows, diff models, a/b testing etc.., and how to measure drifts
- 3.
- 4.
- 5.Adversarial Validation Approach to Concept Drift Problem in User Targeting Automation Systems at Uber - Previous research on concept drift mostly proposed model retraining after observing performance decreases. However, this approach is suboptimal because the system fixes the problem only after suffering from poor performance on new data. Here, we introduce an adversarial validation approach to concept drift problems in user targeting automation systems. With our approach, the system detects concept drift in new data before making inference, trains a model, and produces predictions adapted to the new data.
- 6.Drift estimator between data sets using random forest, the formula is in the medium article above, code here at mlBOX
- 7.Alibi-detect - is an open-source Python library focused on outlier, adversarial, and drift detection, by Seldon.
- 8.What is concept drift and why does it go undetected Breaking down concept drit and explaining the best methods to avoid it
- 9.**How does data drift hamper AI performance ** Understand how data drift affect peak AI performance and how you can detect it
Alibi Detection Drift Features
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.

Awesome production ML
Last modified 7mo ago