Skip to content

Anomaly detection using real-life data on CPU utilization of an AWS EC2 Instance in the cloud.

Notifications You must be signed in to change notification settings

dthatprince/timeseries-anomaly-detection

Repository files navigation

Anomaly Detection in Time Series

This project explores different methods for anomaly detection in time series data, specifically focusing on CPU utilization data from an AWS EC2 instance. The following techniques are implemented and compared:

  • Mean Absolute Deviation (MAD)
  • Isolation Forest
  • Local Outlier Factor (LOF)

Use Case

We use real-life data on CPU utilization of an AWS EC2 instance, recorded every 5 minutes starting from February 14th at 14:30 PM. The dataset contains 4032 data points and is sourced from the Numenta Anomaly Benchmark (NAB) repository, available under the AGPL-3.0 License.

About

Anomaly detection using real-life data on CPU utilization of an AWS EC2 Instance in the cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published