yzhao062 / pyod

A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)

Home Page:http://pyod.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a universal feature importance analysis

YangR14ustc opened this issue · comments

I wanted to conduct feature importance analysis, but found that many models did not provide feature importance analysis methods except iforest and xgbod .

that is right...just like most ML algorithms, detection algorithms usually do not have such a feature importance thing except for tree-based methods.