GeneticTree icon indicating copy to clipboard operation
GeneticTree copied to clipboard

y as 2 dimensional array

Open MakowToms opened this issue 4 years ago • 0 comments

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)

MakowToms avatar May 14 '21 09:05 MakowToms