簡體   English   中英

與GridSearchCV一起使用時,fbeta_score和precision_recall_fscore_support之間的區別是什么?

[英]Difference between fbeta_score and precision_recall_fscore_support when used with GridSearchCV?

我正在嘗試在scikit-learn中為GridSearchCV設置評分功能,以解決多類分類問題。

我的問題是fbeta_scoreprecision_recall_fscore_support什么區別?

根據文檔, precision_recall_fscore_support返回多個值。 GridSearchCV使用哪個值/分數? 它是否設計用於GridSearchCV?

看起來precision_recall_fscore_support是一種“摘要”功能,可計算4個不同的指標。 這不打算直接用作計分器功能,因為計分器功能僅需要具有標量輸出值。 precision_recall_fscore_support的以下三個組件中的三個可以與GridSearchCVscore參數配合使用,形式為precision_scorerecall_scorefbeta_score

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM