updated rs

This commit is contained in:
Tanushree Tunstall 2022-07-10 13:04:51 +01:00
parent e37442efd2
commit 057c98c2f1

View file

@ -26,7 +26,7 @@ from SplitTTS import *
skf_cv = StratifiedKFold(n_splits = 10
#, shuffle = False, random_state= None)
, shuffle = True,**rs)
, shuffle = True, random_state = 42)
#rskf_cv = RepeatedStratifiedKFold(n_splits = 10
# , n_repeats = 3