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 3 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