PyOD: A Python Toolbox for Scalable Outlier Detection
PyOD is an open-source Python toolbox for performing scalable outlier detection on multivariate data. Uniquely, it provides access to a wide range of outlier detection algorithms, including established outlier ensembles and more recent neural network-based approaches, under a single, well-documented API designed for use by both practitioners and researchers. With robustness and scalability in mind, best practices such as unit testing, continuous integration, code coverage, maintainability checks, interactive examples and parallelization are emphasized as core components in the toolbox's development. PyOD is compatible with both Python 2 and 3 and can be installed through Python Package Index (PyPI) or https://github.com/yzhao062/pyod.
Code (4)
Tasks
Anomaly DetectionOutlier Detectionoutlier ensemblesMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
PyODDS: An End-to-End Outlier Detection System
PyODDS is an end-to end Python system for outlier detection with database support. PyODDS provides outlier detection algorithms which meet the demands for users in different fields, w/wo data science or machine learning …
BIG-bench Machine LearningOutlier DetectionPyOD 2: A Python Library for Outlier Detection with LLM-powered Model Selection
Outlier detection (OD), also known as anomaly detection, is a critical machine learning (ML) task with applications in fraud detection, network intrusion detection, clickstream analysis, recommendation systems, and socia…
Anomaly DetectionFraud DetectionIntrusion DetectionLarge Language Model+4PyODDS: An End-to-end Outlier Detection System with Automated Machine Learning
Outlier detection is an important task for various data mining applications. Current outlier detection techniques are often manually designed for specific domains, requiring large human efforts of database setup, algorit…
BIG-bench Machine LearningOutlier DetectionPySAD: A Streaming Anomaly Detection Framework in Python
PySAD is an open-source python framework for anomaly detection on streaming data. PySAD serves various state-of-the-art methods for streaming anomaly detection. The framework provides a complete set of tools to design an…
Anomaly DetectionTOD: GPU-accelerated Outlier Detection via Tensor Operations
Outlier detection (OD) is a key learning task for finding rare and deviant data samples, with many time-critical applications such as fraud detection and intrusion detection. In this work, we propose TOD, the first tenso…
CPUFraud DetectionGPUIntrusion Detection+3