yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.46k stars 1.36k forks source link

may you clarify what is difference between pyod and TODS #511

Open Sandy4321 opened 1 year ago

Sandy4321 commented 1 year ago

it is written For time-series outlier detection, please use TODS. For graph outlier detection, please use PyGOD.

PyOD is the most comprehensive and scalable Python library for detecting outlying objects in multivariate data

may you clarify what is difference between pyod and TODS

yzhao062 commented 1 year ago

time series data means there is time stamp, and only tods handles that. for tabular data (which is a big table without time stamps), use pyod

Sandy4321 commented 1 year ago

thanks

Sandy4321 commented 1 year ago

great do you know link with code example for pyod for detecting outlying objects for a big table without time stamps?