How is the probability prediction of a binary classifier predicted
I have a trained BDT and with sklearn predict_proba(X), I can get a probability between 0 and 1 for a predicted feature. I am now wondering, how this probability is calculated?
Any ideas?
Topic gradient-boosting-decision-trees machine-learning
Category Data Science