Orion icon indicating copy to clipboard operation
Orion copied to clipboard

Rename Score to Severity

Open csala opened this issue 6 years ago • 2 comments

Currently, the analyze method returns a column called score, which indicates the severity of the anomaly. This name is also in the Database Schema, currently as part a field of the Events class, possible elsewhere after #66 .

The problem with this name is that it can be confused with a goodness-of-fit score, such as accuracy or f1, so I want to propose changing it severity everywhere.

csala avatar Oct 17 '19 17:10 csala

Any thoughts @dyuliu @AlexanderGeiger ?

csala avatar Oct 17 '19 17:10 csala

@csala I agree, it's a good idea to rename it to severity

AlexanderGeiger avatar Oct 22 '19 08:10 AlexanderGeiger