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.