From 057c98c2f1f116ff415cc71f6d08fc4ad15af318 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sun, 10 Jul 2022 13:04:51 +0100 Subject: [PATCH] updated rs --- scripts/ml/ml_iterator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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