nathanielc / morgoth

Metric anomaly detection
http://docs.morgoth.io
Apache License 2.0
280 stars 31 forks source link

Always return data, annotated with anomaly score. #55

Closed nathanielc closed 7 years ago

nathanielc commented 7 years ago

This PR changes the basic behavior of Morgoth to always return data whether its considered anomalous or not. Now data will be annotated with whether its was considered anomalous and its anomalous score.

Fixes #54

TODO