December 2024
Beginner to intermediate
560 pages
19h 50m
English
This chapter covers
The PyOD (Python Outlier Detection) library (https://github.com/yzhao062/pyod) provides the largest collection of outlier detectors available in Python for numeric tabular data, covering both traditional machine learning and deep learning-based methods. PyOD is probably the most effective tool for working with outlier detection in Python. As well as a large collection of detectors, PyOD provides several other tools. And, similar to scikit-learn, it provides a simple, consistent API for the detectors, making it ...
Read now
Unlock full access