Either the documentation needs to be fixed or the returned array shape. The documentation suggests that the returned array is N observations by M filters, but instead the transpose is returned. The array is then transposed inside the fit function to get it to the correct shape.
Either the documentation needs to be fixed or the returned array shape. The documentation suggests that the returned array is N observations by M filters, but instead the transpose is returned. The array is then transposed inside the fit function to get it to the correct shape.