模型选择# 分割器类# model_selection.KFold([n_splits, shuffle, ...]) K 折交叉验证器 分割器函数# model_selection.train_test_split(*arrays, ...) 将数组或矩阵随机分割为训练集和测试集子集