Skip to content

Threshold for unusually low errors #54

@AlexanderGeiger

Description

@AlexanderGeiger

In the original implementation another threshold is used to detect unusually low errors.
The intuition is that unusually low errors are anomalous as well, as the prediction is more accurate than on average. This is done by 'flipping' the errors 'around the mean' and applying the existing threshold function again.
However, this improves the score just slightly, so we could make it a boolean parameter for the find_anomalies primitive whether to use the low-error threshold or not and therefore making it optional to use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions