I have a numpy ndarray with 6 values in 1 dim. These 6 values represent a point in 6 dimensions. How do I convert it in numpy to get a 6d array?
Backstory: I need this 6d layout for my neural network. The training happend with 6d data. For making predicitons I fail to reshape the data.