naver-airush / NAVER-AI-RUSH

41 stars 20 forks source link

실험중 생기는 에러 질문입니다. #44

Closed hjlee9182 closed 4 years ago

hjlee9182 commented 4 years ago

Informations

CLI

WEB

What is your login ID? hjlee9182

Question

/usr/local/lib/python3.6/dist-packages/sklearn/metrics/_classification.py:1221: UndefinedMetricWarning: Precision and F-score are ill-defined and being set to 0.0 in labels with no predicted samples. Use zero_division parameter to control this behavior. _warn_prf(average, modifier, msg_start, len(result))

실험하다보면 결과에 위와 같은 에러가 같이 나오는 경우가 있는데 글 내용은 precision이나 f1score 계산중에 zero division 때문인것 같은데 어떻게 해결해야 되는지 궁금합니다.