Back
For grid search is always time consuming, so I want to see how much it run now. For example ,it might output
paramsXXX processedparamsYYY processed...
paramsXXX processed
paramsYYY processed
...
So, increase the verbosity by adding the parameter verbose and giving it positive value to get the progress.
GridSearchCV(..., verbose=1)
If you wish to learn about Sk Learn visit this Scikit Learn Tutorial.
31k questions
32.8k answers
501 comments
693 users