cleaning examples

This commit is contained in:
Alejandro Moreo Fernandez 2025-09-26 15:29:02 +02:00
parent 3c16536b3d
commit 636e33318f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def run(experiment):
error=optim_loss,
refit=True,
timeout=60*60,
verbose=True
verbose=False
)
model_selection.fit(*train.Xy)
model = model_selection.best_model()