vc1492a / PyNomaly

Anomaly detection using LoOP: Local Outlier Probabilities, a local density based outlier detection method providing an outlier score in the range of [0,1].
Other
305 stars 36 forks source link

54 add regression tests for refactor validation #55

Closed IroNEDR closed 2 months ago

IroNEDR commented 2 months ago

Added fixture which includes input data and expected results and the regression test that uses the input data from the fixture to calculate the new scores and compare them with the expected scores.

Also added more default configuration to the .gitignore.