Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waasiq/water-quality-anomaly-detection

ML Algorithms to detect water anomalies in water quality test process.
https://github.com/waasiq/water-quality-anomaly-detection

anomaly-detection machine-learning python random-forest regression

Last synced: about 5 hours ago
JSON representation

ML Algorithms to detect water anomalies in water quality test process.

Awesome Lists containing this project

README

        

## Water Quality Anomaly Detection

Implementation of Machine Learning Algorithm to detect water anomalies for water quality test process.

### Background:

Anomaly detection is a very specific branch of machine learning, the algortihms presented here were implemented for internship in Center SAU. OPC data was taken to local computer
using a C# code.

### Dataset:

Dataset for the values could not have been found on Kaggle or other sources. Due to the sensors not being setup custom dataset was coded which can be found in the data folder.

### Algorithms:

The following algorithms have been tested for the anomaly detection. They have been ranked from best anomaly finding results to the worst:


  • Isolation Forest

  • Random Forest

  • Logistic Regression

  • Local Outliner Factor

### Project Contributors

### Future plan:


  • Add a visualization for the project