1、RepeatedStratifiedKFold
1、解释
重复分层K折交叉验证器
2、导包
from sklearn.model_selection import RepeatedStratifiedKFold
3、参数介绍
n_splits:int, default=5。折数。必须至少为2。
n_repeats:int, default=10。交叉验证器需要重复的次数。
random_state:int or RandomState instance, default=None。为每次重复设置随机数种子。为多个函数的调用传递可重复输出的int值