diff --git a/scripts/ml/ml_iterator.py b/scripts/ml/ml_iterator.py index 7ea16fb..bfa3675 100755 --- a/scripts/ml/ml_iterator.py +++ b/scripts/ml/ml_iterator.py @@ -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