当前位置:网站首页>时间序列异常检测
时间序列异常检测
2022-07-26 09:53:00 【条件漫步】
@创建于:2022.07.25
@修改于:2022.07.25
1、方法
(1)业务判读、统计(3 σ \sigma σ,箱线图)
(2)看成聚类问题(kNN,kMeans)
(3)看成预测问题
时间序列预测
(4)时序分解后,统计残差或拟合残差
(5)Isolation Forest
(6)滑窗法(左右滑窗,扩张滑窗)与变异系数的组合
(7)深度学习方法
2、工具
3、价值连接
时间序列异常检测(一)—— 算法综述
时间序列异常检测(二)—— 基于KDD99数据集的实战
时间序列异常检测(三)—— 告警策略与根因定位
时间序列异常检测(四)—— 根因定位落地实践
边栏推荐
- Uni app learning summary
- 云原生(三十六) | Kubernetes篇之Harbor入门和安装
- 高斯消元的应用
- 【信息系统项目管理师】初见高项系列精华汇总
- 网络流学习笔记
- 面试突击68:为什么 TCP 需要 3 次握手?
- Sqoop [put it into practice 02] sqoop latest version full database import + data filtering + field type support description and example code (query parameter and field type forced conversion)
- 图解用户登录验证流程,写得太好了!
- Azkaban [basic knowledge 01] core concepts + features +web interface + Architecture +job type (you can get started with Azkaban workflow scheduling system in one article)
- Unstoppable, pure domestic PCs have been in place, and the monopoly of the U.S. software and hardware system has been officially broken
猜你喜欢

asp. Net using redis cache

Docker configuring MySQL Cluster

Solve proxyerror: CONDA cannot proceed due to an error in your proxy configuration

分布式网络通信框架:本地服务怎么发布成RPC服务

SSG framework Gatsby accesses the database and displays it on the page

新增市场竞争激烈,中国移动被迫推出限制性超低价5G套餐

Node memory overflow and V8 garbage collection mechanism

Principle analysis and source code interpretation of service discovery
![Sqoop [environment setup 01] CentOS Linux release 7.5 installation configuration sqoop-1.4.7 resolve warnings and verify (attach sqoop 1 + sqoop 2 Latest installation package +mysql driver package res](/img/8e/265af6b20f79b21c3eadcd70cfbdf7.png)
Sqoop [environment setup 01] CentOS Linux release 7.5 installation configuration sqoop-1.4.7 resolve warnings and verify (attach sqoop 1 + sqoop 2 Latest installation package +mysql driver package res

QT handy notes (III) use qtcharts to draw a line chart in VS
随机推荐
Redis sentinel mode setup under Windows
Wechat applet learning notes 2
Solve proxyerror: CONDA cannot proceed due to an error in your proxy configuration
Double authentication of server and client
Cloud native (36) | introduction and installation of harbor in kubernetes
POJ 1012 Joseph
Fuzzy PID control of motor speed
2019 ICPC Asia Yinchuan Regional(水题题解)
In the same CONDA environment, install pytroch first and then tensorflow
Mqtt x cli officially released: powerful and easy-to-use mqtt 5.0 command line tool
在同一conda环境下先装Pytroch后装TensorFlow
网络流学习笔记
MFC handy notes
protobuf的基本用法
面试突击68:为什么 TCP 需要 3 次握手?
Fiddler download and installation
Interpretation of the standard of software programming level examination for teenagers_ second level
Sqoop【环境搭建 01】CentOS Linux release 7.5 安装配置 sqoop-1.4.7 解决警告并验证(附Sqoop1+Sqoop2最新版安装包+MySQL驱动包资源)
What is the principle of reflection mechanism?
JS判断数据类型 Object.prototype.toString.call和typeof