yzhao062 / pyod

A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)

Home Page:http://pyod.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

may you clarify what is difference between pyod and TODS

Sandy4321 opened this issue · comments

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?