Skip to content

SupervisedAnomalyDetector

A supervised anomaly detector.

Methods

learn_one

Update the model.

Parameters

  • xdict
  • ybase.typing.Target

score_one

Return an outlier score.

A high score is indicative of an anomaly. A low score corresponds a normal observation.

Parameters

  • xdict
  • ybase.typing.Target

Returns

float: An anomaly score. A high score is indicative of an anomaly. A low score corresponds a