You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a look at the API reference and must have missed it. I would like to know if adapt has an option to provide probability/confidence values for a prediction similar to scikit-learn's and XGBoost's predict_proba function. If not, is it possible to add it?
The text was updated successfully, but these errors were encountered:
Hi @SrikrishnaBhat,
Yes, if you use a sklearn estimator, you can access every methods of the estimator through the estimator_ attribute. Here is a small example:
I had a look at the API reference and must have missed it. I would like to know if adapt has an option to provide probability/confidence values for a prediction similar to scikit-learn's and XGBoost's
predict_proba
function. If not, is it possible to add it?The text was updated successfully, but these errors were encountered: