Fixing wrong injection of 1-p instead of p for binary BDT models
This MR
- fixes an issue with injecting binary BDT results back into ntuples. Since scikit-learn produces both
p
and1-p
values, an issue can arise where1-p
is actually injected back instead ofp
.