Fixing an issue with sklearn not transposing binary output properly
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.