ml_anomaly_detector 0.1.0
ml_anomaly_detector: ^0.1.0 copied to clipboard
A lightweight and extensible Dart library for anomaly detection in univariate and multivariate data. Includes Z-Score and LOF algorithms.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-07-10 #
Added #
- Initial release of
ml_anomaly_detector - Z-Score based anomaly detection
AnomalyResultmodel with rich metadata- Core statistics utilities (
mean,stdDev, etc.) - Full test coverage
- README and LICENSE files
Planned #
- IQR, LOF, DBSCAN support
- Multivariate & time-series detection
- Flutter visualization components