Skip to content
Advertisement

GridSearchCV progress in Jupiter Notebook

Is it possible to see the progress of GridSearchCV in a Jupyter Notebook? I’m running this script in python:

JavaScript

I can see only some warnings in the output of the cell.

Advertisement

Answer

You want the verbose parameter:

JavaScript

An example of what I got on toy data:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement