Stack#
- class polpo.preprocessing.np.Stack(axis=0)[source]#
Bases:
PreprocessingStep
Joins a sequence of arrays along a new axis.
https://numpy.org/doc/stable/reference/generated/numpy.stack.html
- Parameters:
axis (int) – The axis in the result array along which the input arrays are stacked.