A set of five anomaly detection algorithms are described as well as compared here. The purpose of this webapp is to demonstrate how Plotly-Dash can be used for data visualization as well as offer a template for other interactive visualization. The five anomaly detection algorithms are as follows:
- Robust covariance
- One-class Support Vector Machine (SVM)
- One-class SVM Stochastic Gradient Descent (SGD)
- Isolation Forest
- Local Outlier Factor
For more details, visit this link: https://scikit-learn.org/0.20/auto_examples/plot_anomaly_comparison.html