Skip to content

Fixing wrong injection of 1-p instead of p for binary BDT models

Steffen Korn requested to merge BDTInjectionFix into master

This MR

  • fixes an issue with injecting binary BDT results back into ntuples. Since scikit-learn produces both p and 1-p values, an issue can arise where 1-p is actually injected back instead of p.

Merge request reports

Loading