• Stars
    star
    329
  • Rank 127,295 (Top 3 %)
  • Language
    Python
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The fundamental package for AIops with python.

aiopstools

Aiopstools is a toolkit for aiops. It realizes some ops scenes by using ai. You can import modules easily to achieve functions.

中文文档

Installation

git clone https://github.com/jixinpu/aiopstools.git
cd aiopstools
python setup.py install

Python2 and python3 are all supported.

Modules

Aiopstools provides capabilities:

Anomaly detection

Alarm convergence

Time Series Forecasting Method

Association analysis for alarms

Versions

2018.12.01 Time series forecasting、anomaly detection、alarm convergence;

2019.2.15 Association analysis;

Supports

If have interest in aiops, you can contact me. My email is [email protected]

In addition to this, i have a special column about aiops, which updates recent progress in the field. The url of special column is https://zhuanlan.zhihu.com/c_178702079.

Problems

1.If you use python3, please altering the file's content.

/site-packages/pybrain/tools/functions.py", line 4, expm2 to expm.

More Repositories