Cannot find Online Local Pool
jayahm opened this issue · 2 comments
jayahm commented
Hi,
This method is listed in this paper: https://www.jmlr.org/papers/volume21/18-144/18-144.pdf
But, I couldn't find it in hits library.
Menelau commented
This code was moved to a specific branch: olp_sgh: https://github.com/scikit-learn-contrib/DESlib/blob/olp_sgh/deslib/dcs/olp.py
It was removed from the master code since it is missing the unit tests. If you want to use this code you can simply copy the olp.py and sgh.py files from this branch to your project.
jayahm commented
I see.
Okay, thanks for the clarification.