Does anyone know how may I divide data manually instead of using the "train_test_split()" method please?
Let me explain, actually I’ve got 3 train files and 2 test ones, so I’d like to affect the train files' data to X_train and y_train, and the test files' data to X_test and y_test.
Thanks in advance!