I am struggling with using the train_test_split
function from scikit-learn with 3d Numpy arrays.
I have a feature array with shape (1860000, 144, 12) and a label array with shape (1860000,). In a different case train_test_split
works well. But when I try to do split this data, my kernel shuts down. Already updated the related packages in my Conda environment
I am grateful for any advise.