yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.27k stars 1.35k forks source link

Fix novelty parameter default value #581

Closed ghost closed 1 month ago

ghost commented 1 month ago

The LOF wrapper is using the wrong default value for the novelty parameter. As per the scikit-learn docs and the docstring, it should be set to False.