Skip to content
/ AIOps Public

KPI time-series analysis using deep neural networks

Notifications You must be signed in to change notification settings

alebeck/AIOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIOps Anomaly Detection 🤖

This repository contains an approach to Tsinghua University's AIOps challenge in fall semester 2018. The goal was to identify anomalies among 26 different key performance indicators (KPIs).

KPIs Figure: Trends of two distinct KPIs with highlighted anomalies

Prerequisites

  • Python >= 3.6
  • Pytorch >= 0.4

Data preprocessing

Temporal KPI data is cleaned, resampled and augmented using the preprocess.py script.

python preprocess.py <source> <destination>

Training

Train the model by calling the train.py script. You should take a look at its content first and select the appropriate model from the models submodule. Available models are ConvModel, FullyConnected and Inception. Hyperparameters can also be changed in this file.

Submission

Take a look at the submit.py script if you need to run a prediction pass against a test dataset.

About

KPI time-series analysis using deep neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages