Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

float sample_weight for precision/recall metrics #122

Merged
merged 2 commits into from Dec 13, 2020

Conversation

alexander-g
Copy link
Contributor

Precision and Recall metrics now accept floating point sample_weight parameters

@codecov-io
Copy link

codecov-io commented Dec 13, 2020

Codecov Report

Merging #122 (045f1a7) into master (65e807c) will increase coverage by 0.01%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   77.41%   77.43%   +0.01%     
==========================================
  Files         106      106              
  Lines        4836     4840       +4     
==========================================
+ Hits         3744     3748       +4     
  Misses       1092     1092              
Impacted Files Coverage Δ
elegy/metrics/reduce_confusion_matrix.py 85.45% <75.00%> (ø)
elegy/metrics/precision_test.py 100.00% <100.00%> (ø)
elegy/metrics/recall_test.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65e807c...045f1a7. Read the comment docs.

@cgarciae
Copy link
Collaborator

Thanks @alexander-g !
LGTM

@cgarciae cgarciae merged commit 2907c81 into poets-ai:master Dec 13, 2020
@alexander-g alexander-g deleted the precision_recall branch December 14, 2020 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants