pyod
pyod copied to clipboard
may you clarify what is difference between pyod and TODS
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
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
thanks
great do you know link with code example for pyod for detecting outlying objects for a big table without time stamps?