scikit-feature icon indicating copy to clipboard operation
scikit-feature copied to clipboard

When i run my program, it shows errors: AxisError: axis 1 is out of bounds for array of dimension 1

Open MuZiLiHui opened this issue 5 years ago • 1 comments

idx_tmp[0:2, :] = np.concatenate((np.array([[-1], [-1]]), idx[0:2, :]), axis=1) ---> 99 <array_function internals> in concatenate(*args, **kwargs)
AxisError: axis 1 is out of bounds for array of dimension 1

MuZiLiHui avatar Oct 29 '20 01:10 MuZiLiHui

Could you provide a reproducible example?

NoRaincheck avatar Feb 16 '25 18:02 NoRaincheck