**Application** It is not obvious how to calculate the ROC_AUC and PR_AUC curves from classifiers WeakClassifiers, QBoostClassifier, and QboostPlus. **Proposed Solution** We could implement a `prediction_proba` method for each classifier analogous to the `prediction_proba` method from scikit learn.
Application
It is not obvious how to calculate the ROC_AUC and PR_AUC curves from classifiers WeakClassifiers, QBoostClassifier, and QboostPlus.
Proposed Solution
We could implement a
prediction_probamethod for each classifier analogous to theprediction_probamethod from scikit learn.