Getting best f1 score using Gridsearch

后端 未结 0 585
北海茫月
北海茫月 2021-02-12 02:43

I\'m currently running GridSearchCV to find the best hyperparameters for f1 scores.

from sklearn.metrics import f1_score, make_scorer

f1 = make_scorer(f1_score,          


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