I used train_test_split from sklearn . test_split = 0.1 random_state = 42 X_train, X_test, y_train, y_test = train_test_split(triplets, df.label ...
確定! 回上一頁