yzhao062/pyod

Add optimal bin choice to LODA

Open

#189 opened on May 10, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (7,762 stars) (1,308 forks)batch import
help wanted

Description

The LODA paper describes an optimal method for choosing the number bins. It would be great to include that as a n_bins='auto' method.

Contributor guide