Turrini Marco
Turrini Marco

Reputation: 11

"Most outlier" feature

I am using the Sklearn implementation of Isolation Forest (IF) to detect outliers on a set of data of 20-30 features.

It is working very well, but I would like insight into which feature has the highest impact when an outlier is detected. Please note that my goal is not to get the feature importance (ie. which feature the IF model relies on most to detect outliers) but rather, in the case of this one specific outlier that was flagged as a -1, which feature was the furthest form the median/mean/cluster, etc...

Does this make sense?

Upvotes: 1

Views: 96

Answers (0)

Related Questions