I am attempting cross validation using the following:
cv = RepeatedStratifiedKFold(n_splits=10,n_repeats=3,random_state=1) rndm_forest1 = RandomForestClassifier(n