跳到主要内容

3σ原则

组件作者燕青组件ID12506
功能适用于使用3σ原则进行数据过滤
输入桩格式输入类型:json
输出桩格式输入类型:json
其他将没有在区间内的数据转换为None

输入

输入为json
例:

[
{
"sepal_length":1,
"sepal_width":1,
"petal_length":1,
"petal_width":1
}
]

输出_

输出json
例:

[
{
"sepal_length":1,
"sepal_width":1,
"petal_length":1,
"petal_width":None
}
]

参数配置

  • Postgresql地址
  • Postgresql端口
  • Postgresql用户
  • Postgresql密码
  • Postgresql数据库
  • Postgresql数据表
  • 时间列
  • 目标列
  • 训练触发方式

两种:一种为定时触发,一种为达到一定数据量触发

  • 数据读取策略

读取所有数据或读取一定间隔数据

参考文档

https://baike.baidu.com/item/%E6%8B%89%E4%BE%9D%E8%BE%BE%E5%87%86%E5%88%99/5678473?fromtitle=3%CF%83%E5%87%86%E5%88%99&fromid=9361985 https://blog.csdn.net/d_vv_b/article/details/104978361