yzhao062/pytod
TOD: GPU-accelerated Outlier Detection via Tensor Operations
This tool helps you quickly identify unusual or anomalous data points within large datasets, a critical task for detecting fraud, system intrusions, or other rare events. You input your raw dataset, and it outputs a score indicating how likely each data point is an outlier. Data scientists, security analysts, and financial analysts who work with extensive datasets will find this useful for accelerating their anomaly detection workflows.
189 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to rapidly find anomalies in very large datasets and have access to GPU hardware to speed up the process.
Not ideal if your datasets are small, or if you don't have GPU resources available, as its main advantage is GPU acceleration.
Stars
189
Forks
26
Language
Python
License
BSD-2-Clause
Category
Last pushed
Mar 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yzhao062/pytod"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
unit8co/darts
A python library for user-friendly forecasting and anomaly detection on time series.
elki-project/elki
ELKI Data Mining Toolkit
raphaelvallat/antropy
AntroPy: entropy and complexity of (EEG) time-series in Python
Minqi824/ADBench
Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.