scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
479 stars 106 forks source link

Cannot find Online Local Pool #229

Closed jayahm closed 3 years ago

jayahm commented 3 years ago

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 3 years ago

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 3 years ago

I see.

Okay, thanks for the clarification.