You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the
analyze
method returns a column calledscore
, 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.The text was updated successfully, but these errors were encountered: