main
ifiguero 2025-03-10 19:08:08 -03:00
parent 7f1f29d78f
commit 550066ee5f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class eNoseTrainer:
node = os.uname()[1]
X_xboost, Y_xboost, G_xboost = self.loader.load_dataset_xboost()
gss = StratifiedGroupKFold(n_splits=int(1/self.ratio), random_state=get_seed())
gss = StratifiedGroupKFold(n_splits=int(1/self.ratio), shuffle=True, random_state=get_seed())
dataset = 'Tabular'
os.makedirs('{}/{}/{}'.format(self.name, self.target, dataset), exist_ok=True)