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

'Oracle' has no attribute 'predict_proba' #186

Closed jayahm closed 4 years ago

jayahm commented 4 years ago

Hi,

It seems like Oracle has no attribute predict_proba too.

https://deslib.readthedocs.io/en/latest/modules/static/oracle.html

It would be good if I can get the probability score of this method too.

jayahm commented 4 years ago

Any update?

Menelau commented 4 years ago

I'm checking how this functionality should be implemented as predict_proba for the Oracle (as it is an abstract model) is not defined. I will give you an update on that in the weekend

Menelau commented 4 years ago

Fixed in PR #188