cleaning examples
This commit is contained in:
parent
3c16536b3d
commit
636e33318f
|
|
@ -107,7 +107,7 @@ def run(experiment):
|
||||||
error=optim_loss,
|
error=optim_loss,
|
||||||
refit=True,
|
refit=True,
|
||||||
timeout=60*60,
|
timeout=60*60,
|
||||||
verbose=True
|
verbose=False
|
||||||
)
|
)
|
||||||
model_selection.fit(*train.Xy)
|
model_selection.fit(*train.Xy)
|
||||||
model = model_selection.best_model()
|
model = model_selection.best_model()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue