文件名称:trend:Ruby的异常检测和预测
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-18 08:35:52
Ruby
趋势 Ruby 客户端,异常检测和预测 API 安装 将此行添加到您的应用程序的Gemfile中: gem 'trend' 对于 ,请使用以下命令创建一个初始化程序: Trend . url = "http://localhost:8000" 异常检测 检测时间序列中的异常 # generate series series = { } date = Date . parse ( "2018-04-01" ) 28 . times do series [ date ] = rand ( 100 ) date += 1 end # add an anomaly on Apr 21 series [ date - 8 ] = 999 Trend . anomalies ( series ) 与配合得 series = User . group_by_day ( :crea
【文件预览】:
trend-master
----Rakefile(555B)
----.github()
--------workflows()
----test()
--------trend_test.rb(1KB)
--------test_helper.rb(102B)
----trend.gemspec(689B)
----Gemfile(90B)
----.gitignore(80B)
----CHANGELOG.md(202B)
----lib()
--------trend.rb(700B)
--------trend()
----README.md(2KB)
----LICENSE.txt(1KB)