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

Add docstring to tests #41

Closed vc1492a closed 4 years ago

vc1492a commented 4 years ago

While the names of the tests in tests/test_loop.py provide an indication as to the purpose of the unit tests, it would be beneficial to include some more verbose docstring to provide a better idea as to the purpose of each test.

vc1492a commented 4 years ago

Added as part of version 0.3.3.