Skip to content

Fixing an issue with sklearn not transposing binary output properly

Steffen Korn requested to merge BinaryBDTInjectionFix into master

This MR:

  • Fixes an issue originating from sklearn only producing [a,b,c,d,...] arrays for binary outputs in the code. However for the injection to work this needs to be transposed.

Merge request reports

Loading