causalml
causalml copied to clipboard
How can we get the probability for each class with basexclassifier?
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()?