pygod-team/pygod
A Python Library for Graph Outlier Detection (Anomaly Detection)
This tool helps you pinpoint unusual or suspicious activities and patterns within complex networked data, like social media connections or financial transaction graphs. You provide your graph data, and it identifies which nodes (individuals, transactions) or edges (connections) stand out as anomalies. It's designed for data analysts and security professionals who need to detect fraud, identify compromised accounts, or find rare events in interconnected systems.
1,477 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you are working with data that has relationships and connections, and you need to automatically find strange or exceptional elements within that network.
Not ideal if your data is not structured as a network or graph, or if you need to detect anomalies in simple tabular datasets without interconnections.
Stars
1,477
Forks
137
Language
Python
License
BSD-2-Clause
Category
Last pushed
Nov 14, 2024
Commits (30d)
0
Dependencies
5
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/pygod-team/pygod"
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.