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

'StaticSelection' object has no attribute 'predict_proba' #183

Closed jayahm closed 4 years ago

jayahm commented 4 years ago

Hi,

It seems like other methods have predict_proba but not for StaticSelection.

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

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

Menelau commented 4 years ago

@jayahm,

Thanks for reporting this issue! I just added the method in the PR #185