GeneticTree
GeneticTree copied to clipboard
y as 2 dimensional array
When you try to fit GeneticTree with y as 2 dimensional array with second dimension equal to 1 it occurs SIGENV. When you do the same with one dimensional y everything is good.
Right now to train model you have to do: y = y.reshape(-1) It should be done in GeneticTree itself (probably during _check_input() phase)