yzhao062/pyod

ECOD and COPOD `explain_outlier` on new data?

Open

#408 opened on May 17, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (7,762 stars) (1,308 forks)batch import
enhancementhelp wanted

Description

Hi there,

Really like the python package, have been using it for a while. I was wondering if it was possible for explain_outlier method in ECOD and COPOD to be adapted as to accept new data not used during training?

Or at least to return the scores per feature given a event, as I don't need the graphic just to interpret why something was flagged as anomalous/has such a high anomaly score.

Cheers

Contributor guide