Skip to content

MetroPT-3 Anomaly Detection using Machine Learning and Deep Learning

Notifications You must be signed in to change notification settings

harveyphm/MetroPT-3-Anomaly-Detection

Repository files navigation

MetroPT-3 Anomaly Detection using Machine Learning and Deep Learning

Team member Github Link
Harvey P. 🔗
Haven L. 🔗
Preetham 🔗

1. Introduction:

In the realm of predictive maintenance and anomaly detection, the MetroPT-3 dataset serves as a valuable resource for advancing the capabilities of deep learning and machine learning models. Specifically designed to address the challenges associated with compressors, this dataset is tailored for developing models that can predict remaining useful life (RUL), detect anomalies, and facilitate predictive maintenance.

Our project delves into the intricacies of this dataset, employing a diverse set of machine learning algorithms to tackle the multifaceted problem at hand. From traditional approaches such as Linear Regression, KNN, Random Forest, and Support Vector Machine, to more advanced techniques like Naive-Bayes classification and XGBoost, our methodology spans a broad spectrum. Furthermore, we explore the efficacy of Extreme Machine Learning Models, Deep Learning, and an Ensemble model comprising the top three performing algorithms.

This comprehensive approach aims to harness the power of various machine learning paradigms for enhancing predictive maintenance practices and contributing to the evolution of compressor health monitoring systems.

Link to dataset: https://archive.ics.uci.edu/dataset/791/metropt+3+dataset

  • Dataset Characteristics: Tabular, Multivariate, Time-Series
  • Associated Tasks: Classification
  • Feature Type: Real
  • Number of Instances: 1516948
  • Number of Features: 15

2. Experimental Results

a. Machine Learning Algorithms

Classifier Precision Recall F1-Score
Linear Regression 0.98 0.98 0.98
Naive-Bayes 0.95 0.95 0.95
K-Nearest Neighbors 0.99 0.99 0.99
Random Forest 1.00 1.00 1.00
Support Vector Machine 0.99 0.99 0.99

b. Advanced Machine Learning Algorithms

Classifier Precision Recall F1-Score
Extreme Learning Machine 1.00 1.00 1.00
XGBoost 1.00 1.00 1.00
Neural Net 1.00 1.00 1.00
Emsemble 3 Adv models 1.00 1.00 1.00