离群值检测

发布于 2025-02-07 05:54:21 字数 822 浏览 0 评论 0原文

我生成了这个示例中的离群

值 尝试了Iforest,OCSVM和其他几个人

,以及在与那些无法重现显示出最佳结果的OCSVM之后(第三次图),我可能丢失了一些参数

“我已经尝试了iforest

检测此类异常值的最佳算法是什么?

数据集

index   day interval    device  nv_zscore   c_faulty    c_normal
0   0   0   0   -1.308137   0   1
1   0   1   0   -1.330926   0   1
2   0   2   0   -1.285348   0   1
3   0   3   0   -1.253444   0   1
4   0   4   0   -1.194192   0   1
... ... ... ... ... ... ...
67195   6   19  9   0.882879    1   0
67196   6   20  9   1.544848    1   0
67197   6   21  9   0.147239    1   0
67198   6   22  9   0.674702    1   0
67199   6   23  9   -0.306257   1   0

The outliers in this example was generated by me

The graph bellow represents the readings from one device, in the same day over multiple weeks, normal values in purple, red values are outliers, which means values that stands out from the normal pattern

I have already tried iforest, ocsvm and few others

And after messing around with those i was unable to reproduce the ocsvm that showed the best result (3rd plot), i might have lost some parameters

i have already tried iforest and svm and few others

What would be the best algorithm for detecting such outliers?

Dataset

index   day interval    device  nv_zscore   c_faulty    c_normal
0   0   0   0   -1.308137   0   1
1   0   1   0   -1.330926   0   1
2   0   2   0   -1.285348   0   1
3   0   3   0   -1.253444   0   1
4   0   4   0   -1.194192   0   1
... ... ... ... ... ... ...
67195   6   19  9   0.882879    1   0
67196   6   20  9   1.544848    1   0
67197   6   21  9   0.147239    1   0
67198   6   22  9   0.674702    1   0
67199   6   23  9   -0.306257   1   0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文