MLOps Glossary

Outlier detection

Outlier detection:

(aka anomaly detection) A machine learning task for identifying instances which are “unusual” in some sense to what they should be. Typically this is an unsupervised task as we don’t always know what “unusual” looks like beforehand. This is important for production as most machine learning models will give untrustworthy or plain wrong predictions on outliers. There is typically a separate model for outlier detection alongside the original model.