上传者: 42117150
|
上传时间: 2021-12-03 13:11:11
|
文件大小: 51KB
|
文件类型: -
: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以下的默认值: