Skip to content

Feature/DQ and R-Precision#155

Merged
blondered merged 63 commits intomainfrom
feature/new_metrics
Jul 1, 2024
Merged

Feature/DQ and R-Precision#155
blondered merged 63 commits intomainfrom
feature/new_metrics

Conversation

@blondered
Copy link
Copy Markdown
Collaborator

@blondered blondered commented Jun 23, 2024

@blondered blondered requested a review from feldlime June 23, 2024 15:28
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (9b3992e) to head (aeda4db).
Report is 68 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #155     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           45        55     +10     
  Lines         2242      3296   +1054     
===========================================
+ Hits          2242      3296   +1054     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@blondered blondered changed the title Feature/new metrics Feature/DQ and R-Precision Jun 23, 2024
Comment thread README.md
Comment thread rectools/metrics/__init__.py Outdated
Comment thread rectools/metrics/dq.py Outdated
Comment thread rectools/metrics/dq.py Outdated
Comment thread rectools/metrics/dq.py Outdated
Comment thread rectools/metrics/dq.py Outdated
Comment thread rectools/metrics/dq.py Outdated
Comment thread rectools/metrics/dq.py Outdated
Comment thread rectools/metrics/dq.py Outdated
Comment thread rectools/metrics/scoring.py Outdated
Comment thread rectools/metrics/scoring.py Outdated
feldlime
feldlime previously approved these changes Jul 1, 2024
@blondered blondered merged commit 0699727 into main Jul 1, 2024
@blondered blondered deleted the feature/new_metrics branch July 1, 2024 12:40
blondered added a commit that referenced this pull request Sep 23, 2024
- Added `r-precision` calculation to `Precision`
- Added DQ metrics: `SufficientReco`, `UnrepeatedReco`, `CoveredUsers`
- Updated authors and links in readme
- Updated model descriptions in readme
Closes #102 
Closes #123
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.

R-Precision variant of Precision metrics Completeness metric (ratio of provided recos at top k positions)

2 participants