I am trying to perform GridSearch with hypopt for a multiclassification task.
param_grid = [{\'C\': [1, 10, 100], \'penalty\' :[\'l2\']}] gs = GridSearch(mod