文件名称:so IsoTree-使用Isolation Forest进行异常值/异常检测-用于Ruby-Ruby开发
文件大小:51KB
文件格式:ZIP
更新时间:2024-06-16 05:54:40
Ruby Miscellaneous
:evergreen_tree:IsoTree-使用Isolation Forest进行异常值/异常检测-对于Ruby IsoTree:evergreen_tree:IsoTree-使用Isolation Forest进行异常值/异常检测-对于Ruby了解Isolation Forest的工作原理安装将这行添加到应用程序的Gemfile中:gem'isotree'入门准备数据x = [[1,2],[3,4],[5,6],[7,8]]训练模型模型= IsoTree :: IsolationForest.new model.fit(x)获得离群值分数model.predict (x)分数介于0到1之间,分数越高,表示离群值。参数传递参数-IsoTree以下的默认值:
【文件预览】:
isotree-master
----.gitmodules(194B)
----vendor()
--------cereal()
--------isotree()
----Rakefile(568B)
----.github()
--------workflows()
----test()
--------test_helper.rb(341B)
--------support()
--------isolation_forest_test.rb(5KB)
----Gemfile(127B)
----ext()
--------isotree()
----.gitignore(94B)
----CHANGELOG.md(698B)
----lib()
--------isotree.rb(165B)
--------isotree()
----README.md(3KB)
----isotree.gemspec(765B)
----LICENSE.txt(1KB)