sintel-dev / Orion

A machine learning library for detecting anomalies in signals.
https://sintel.dev/Orion/
MIT License
1.04k stars 160 forks source link

Ideas about anomaly scores #78

Open dyuliu opened 4 years ago

dyuliu commented 4 years ago

The find_anomaly primitive outputs a list of events, each associated with an anomaly score. These scores are some float values >= 0 and with no upper bound.

If we can have a sort of way to use integers from 0 to 10 to indicate the severity level, that would make more sense.

Let's update some solutions in this post.

kgustafs commented 3 years ago

Yes, please.