[Solution found!] train_test_split将数组或矩阵拆分为随机训练和测试子集。这意味着,每次运行时不指定random_state,您都会得到不同的结果,这是预期的行为。
確定! 回上一頁