You could just use sklearn.model_selection.train_test_split twice. First to split to train, test and then split train again into validation and train.
確定! 回上一頁