I am working on a grid search that will have 135 candidates, totalling 405 fits.
Questions:
What does ETA represent? Does it mean estimated time for the complete grid search to run? I assume so... but I want to make sure as the documentation does not make this clear.
Also, WHERE do I find mappings for the verbose kwarg in http://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html I noticed this in Keras as well.. and I am not sure how we are supposed to know what integer values map to what level of verbosity. From this post, 'verbose' argument in scikit-learn, it seems like one would need to dig through the source. Is that the only way to determine verbosity mappings?