Coder Social home page Coder Social logo

aiopstools's People

Contributors

jixinpu avatar yijia2413 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aiopstools's Issues

关于alarm_association模块的数据疑问

例子里的数据集没看懂,host.alive 存活监控都是时间序列数据,是指这段时间主机宕机了吗,例子中的数据集能否解释下,host.alive最终和cpu.idle有关和网卡流量无关,从数据里面,我没看出来有什么关系

工具安装失败

File "C:\Users\Username\AppData\Local\Programs\Python\Python37\lib\site-packages\pybrain\structure_init_.py", line 1, in
from connections.init import *
ModuleNotFoundError: No module named 'connections'

安装时显示成功,当时当使用标程
python examples/ts_period_predict.py --model_name=lr --data_dir='./aiopstools/timeseries_predict/data/timeseries_data.csv' --predict_time=24
时,报以上错误。

代码逻辑疑问

aiopstools\anomaly_detection\models\statistics.py
Line 103~110,start_index=a_index提前赋值是否有误?这样会导致data[start_index]恒等于data[end_index]。

模块引入问题

python examples/detection.py --data_dir=./aiopstools/anomaly_detection/data/data.csv --period_freq='D' --voting_num=3
Traceback (most recent call last):
File "examples/detection.py", line 5, in
from aiopstools.anomaly_detection.voting import voting
ModuleNotFoundError: No module named 'aiopstools'

这是怎么回事

关于alarm_association模块例子代码每次结果不一样

例子每次结果经常不一样,
cpu.idle is related to alarm
net.if.totoal.bits.sum is not related to alarm
mem.memused.percent is related to alarm
mem.swapused.percent is related to alarm
ss.closed is not related to alarm

cpu.idle is not related to alarm
net.if.totoal.bits.sum is related to alarm
mem.memused.percent is related to alarm
mem.swapused.percent is related to alarm
ss.closed is not related to alarm

cpu.idle is not related to alarm
net.if.totoal.bits.sum is not related to alarm
mem.memused.percent is not related to alarm
mem.swapused.percent is related to alarm
ss.closed is not related to alarm

是因为数据集的问题吗,代码mixdata函数里每次随机获取数据到mixset混合集,和论文里面也是一致的,但为什么每次最终结果都不一样,那这样准确度不是应该不高吗

工具安裝失敗

工具庫本身不支持python3, 但庫需要的依賴包必須使用python3 以上版本?
這似乎沒辦法解決

关于时序数据周期性校验方法

不同指标的波动范围不同,不做归一化的话,仅靠dtw距离感觉不能很好的衡量周期性,况且阈值也不好定义,请问是否有考虑过这些问题

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.