updated rs
This commit is contained in:
parent
e37442efd2
commit
057c98c2f1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from SplitTTS import *
|
||||||
|
|
||||||
skf_cv = StratifiedKFold(n_splits = 10
|
skf_cv = StratifiedKFold(n_splits = 10
|
||||||
#, shuffle = False, random_state= None)
|
#, shuffle = False, random_state= None)
|
||||||
, shuffle = True,**rs)
|
, shuffle = True, random_state = 42)
|
||||||
|
|
||||||
#rskf_cv = RepeatedStratifiedKFold(n_splits = 10
|
#rskf_cv = RepeatedStratifiedKFold(n_splits = 10
|
||||||
# , n_repeats = 3
|
# , n_repeats = 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue