causalml icon indicating copy to clipboard operation
causalml copied to clipboard

How can we get the probability for each class with basexclassifier?

Open zzlin1003 opened this issue 3 years ago • 0 comments

I know we can get the direct prediction with clf.predict(X,t), but is there any way we can get the corresponding class probabilities, like the output of some sklearn classifier.predict_proba()?

zzlin1003 avatar Jan 26 '22 16:01 zzlin1003