machine-learning-notebooks icon indicating copy to clipboard operation
machine-learning-notebooks copied to clipboard

Silencing EstimatorSelectionHelper() output during fit

Open browshanravan opened this issue 4 years ago • 1 comments

Would it be possible to provide an argument for the EstimatorSelectionHelper() in order to silence its output (I use Jupiter-notebook) during fit procedure?

I was thinking something along the lines of


EstimatorSelectionHelper(models , params, verbosity=0).fit(X_train, y_train)

with verbosity=0 silencing the output and verbosity=1 producing the default output.

browshanravan avatar Dec 24 '20 19:12 browshanravan

seems OK to be, do you want to open a PR I can then merge it.

davidsbatista avatar Dec 24 '20 20:12 davidsbatista