Open YangR14ustc opened 1 year ago
that is right...just like most ML algorithms, detection algorithms usually do not have such a feature importance thing except for tree-based methods.
Dear yzhao, The recent project involves the anomaly detection of multi-dimensional time series and the root cause analysis (anomaly Localization) that causes the anomaly. We have found many methods for anomaly detection of time series, but there are few methods for root cause analysis after judging the anomaly. At present, we use unsupervised algorithms to detect the anomaly, such as the method in pyod,but we do not know what method can be used for root cause analysis. Could you provide the root cause analysis method? I look forward to hearing from you,thanks.
------------------ 原始邮件 ------------------ 发件人: "yzhao062/pyod" @.>; 发送时间: 2023年1月8日(星期天) 晚上11:04 @.>; @.**@.>; 主题: Re: [yzhao062/pyod] a universal feature importance analysis (Issue #470)
that is right...just like most ML algorithms, detection algorithms usually do not have such a feature importance thing except for tree-based methods.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
I wanted to conduct feature importance analysis, but found that many models did not provide feature importance analysis methods except iforest and xgbod .