Explainable anomaly detection
There are plenty of working for explaining prediction in supervised learning (e.g. SHAP values, LIME).
What about for anomaly detection in unsupervised learning? Is there any model for which there are libraries that can give you justifications, such as "row x is an anomaly because feature 1 is higher than 5.3 and feature 5 is equal to 'No'"?
Topic explainable-ai anomaly-detection outlier
Category Data Science