All Projects → jixinpu → Aiopstools

jixinpu / Aiopstools

The fundamental package for AIops with python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aiopstools

Pyodds
An End-to-end Outlier Detection System
Stars: ✭ 141 (-37.05%)
Mutual labels:  anomaly-detection
Remixautoml
R package for automation of machine learning, forecasting, feature engineering, model evaluation, model interpretation, data generation, and recommenders.
Stars: ✭ 159 (-29.02%)
Mutual labels:  anomaly-detection
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-20.54%)
Mutual labels:  anomaly-detection
Stumpy
STUMPY is a powerful and scalable Python library for modern time series analysis
Stars: ✭ 2,019 (+801.34%)
Mutual labels:  anomaly-detection
Kitnet Py
KitNET is a lightweight online anomaly detection algorithm, which uses an ensemble of autoencoders.
Stars: ✭ 152 (-32.14%)
Mutual labels:  anomaly-detection
Hastic Grafana App
Hastic data management server for labeling patterns and anomalies in Grafana
Stars: ✭ 166 (-25.89%)
Mutual labels:  anomaly-detection
Anomaly Detection In Surveillance Videos
Real-World Anomaly Detection in Surveillance Videos
Stars: ✭ 139 (-37.95%)
Mutual labels:  anomaly-detection
Taganomaly
Anomaly detection analysis and labeling tool, specifically for multiple time series (one time series per category)
Stars: ✭ 200 (-10.71%)
Mutual labels:  anomaly-detection
Anogan Keras
Unsupervised anomaly detection with generative model, keras implementation
Stars: ✭ 157 (-29.91%)
Mutual labels:  anomaly-detection
Ee Outliers
Open-source framework to detect outliers in Elasticsearch events
Stars: ✭ 172 (-23.21%)
Mutual labels:  anomaly-detection
Novelty Detection
Latent space autoregression for novelty detection.
Stars: ✭ 152 (-32.14%)
Mutual labels:  anomaly-detection
Deep Sad Pytorch
A PyTorch implementation of Deep SAD, a deep Semi-supervised Anomaly Detection method.
Stars: ✭ 152 (-32.14%)
Mutual labels:  anomaly-detection
Spark Iforest
Isolation Forest on Spark
Stars: ✭ 166 (-25.89%)
Mutual labels:  anomaly-detection
Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (-37.05%)
Mutual labels:  anomaly-detection
Midas
Go implementation of MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams
Stars: ✭ 180 (-19.64%)
Mutual labels:  anomaly-detection
Abnormal event detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
Stars: ✭ 139 (-37.95%)
Mutual labels:  anomaly-detection
Deep Svdd
Repository for the Deep One-Class Classification ICML 2018 paper
Stars: ✭ 159 (-29.02%)
Mutual labels:  anomaly-detection
Anogan Tf
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
Stars: ✭ 218 (-2.68%)
Mutual labels:  anomaly-detection
Deeplog
Pytorch Implementation of DeepLog.
Stars: ✭ 192 (-14.29%)
Mutual labels:  anomaly-detection
Log Anomaly Detector
Log Anomaly Detection - Machine learning to detect abnormal events logs
Stars: ✭ 169 (-24.55%)
Mutual labels:  anomaly-detection

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].