From 636e33318fe04959ed8af4f476b62a523833c69c Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Fri, 26 Sep 2025 15:29:02 +0200 Subject: [PATCH] cleaning examples --- examples/7.uci_experiments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/7.uci_experiments.py b/examples/7.uci_experiments.py index b565ab2..0c328e9 100644 --- a/examples/7.uci_experiments.py +++ b/examples/7.uci_experiments.py @@ -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()