[Solution found!] 您可以使用sklearn.model_selection.train_test_split两次。首先拆分训练,测试,然后再将训练拆分为验证和训练。像这样: X_train, X_test, ...
確定! 回上一頁