linkedin / luminol

Anomaly Detection and Correlation library
Apache License 2.0
1.19k stars 217 forks source link

Warn user on automatic modify of algorithm or parameters #59

Open devinaconley opened 5 years ago

devinaconley commented 5 years ago

Please throw a warning message to the user when automatically modifying parameters or algorithms. Doing this silently makes it extremely difficulty to debug and fine-tune.

https://github.com/linkedin/luminol/blob/42e4ab969b774ff98f902d064cb041556017f635/src/luminol/algorithms/anomaly_detector_algorithms/bitmap_detector.py#L60-L73

https://github.com/linkedin/luminol/blob/42e4ab969b774ff98f902d064cb041556017f635/src/luminol/anomaly_detector.py#L91-L104