Anomaly Detectors could have a threshold method? #614
yuritpinheiro
started this conversation in
General
Replies: 1 comment 2 replies
-
Hey! Thanks for the question. What prevents you from just taking the output of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The base class have only three methods:
clone
,learn_one
,score_one
. I would like to implement aAnomalyDetector
with it specified threshold and this would lead to creating a method for the current threshold or to evaluate one sample and provide a boolean response (is a anomaly or is not a anomaly).Beta Was this translation helpful? Give feedback.
All reactions