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.6k stars 1.37k forks source link

Fix novelty parameter default value #581

Closed ghost closed 5 months ago

ghost commented 5 months 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.