split data into training and testing
问题 I want to replicate this tutorial to classify two groups https://machinelearningmastery.com/develop-n-gram-multichannel-convolutional-neural-network-sentiment-analysis/ with different dataset but could not do that despite being hardly trying. I am new to programming so would appreciate any assistance or tips that could help. My dataset is small (240 files for each group), and files named 01 - 0240. It is around these lines of codes, I think. if is_trian and filename.startswith('cv9'):