sepandhaghighi / pycm

Multi-class confusion matrix library in Python
http://pycm.io
MIT License
1.45k stars 124 forks source link

NPV Micro/Macro #491

Closed alirezazolanvari closed 1 year ago

alirezazolanvari commented 1 year ago

Reference Issues/PRs

435

What does this implement/fix? Explain your changes.

NPV Micro/Macro is added to the overall stat

codecov-commenter commented 1 year ago

Codecov Report

Merging #491 (04d92d5) into dev (5846767) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head 04d92d5 differs from pull request most recent head 67a6903. Consider uploading reports for the commit 67a6903 to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##              dev     #491      +/-   ##
==========================================
+ Coverage   99.30%   99.30%   +0.01%     
==========================================
  Files          13       13              
  Lines        2997     2999       +2     
  Branches      444      444              
==========================================
+ Hits         2976     2978       +2     
  Misses          8        8              
  Partials       13       13              
Impacted Files Coverage Δ
pycm/pycm_handler.py 100.00% <ø> (ø)
pycm/pycm_param.py 100.00% <ø> (ø)
pycm/pycm_overall_func.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

alirezazolanvari commented 1 year ago

@sepandhaghighi Would you please update the document files?