Hyperparameter Tuning with hypopt error: 'sklearn.metrics' has no attribute 'scorer'

前端 未结 0 1430
忘掉有多难
忘掉有多难 2020-12-05 18:51

I am trying to perform GridSearch with hypopt for a multiclassification task.

param_grid = [{\'C\': [1, 10, 100],  \'penalty\' :[\'l2\']}]
gs = GridSearch(mod         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题