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
312 stars 37 forks source link

data stream #47

Closed ali-Eskandarian closed 1 year ago

ali-Eskandarian commented 1 year ago

Does this package support streaming data in anomaly detection?

vc1492a commented 1 year ago

Hi @ali-Eskandarian. Yes, one LoOP-related algorithm is implemented. Please see the readme.md for an implementation of a streaming version of the Local Outlier Probabilities (LoOP) algorithm that can be used with streaming data.