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

Add a Dataset to manage consistent user-item data processing #427

Merged
merged 43 commits into from
Jul 15, 2024

don't lint tests

e2c2ab1
Select commit
Loading
Failed to load commit list.
Merged

Add a Dataset to manage consistent user-item data processing #427

don't lint tests
e2c2ab1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 15, 2024 in 0s

91.54% (+0.55%) compared to ee8b2ff

View this Pull Request on Codecov

91.54% (+0.55%) compared to ee8b2ff

Details

Codecov Report

Attention: Patch coverage is 96.00000% with 16 lines in your changes missing coverage. Please review.

Project coverage is 91.54%. Comparing base (ee8b2ff) to head (e2c2ab1).

Files Patch % Lines
lenskit/lenskit/data/dataset.py 97.01% 8 Missing ⚠️
lenskit/lenskit/data/vocab.py 88.33% 7 Missing ⚠️
lenskit/lenskit/data/matrix.py 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #427      +/-   ##
==========================================
+ Coverage   90.98%   91.54%   +0.55%     
==========================================
  Files          47       50       +3     
  Lines        3207     3606     +399     
==========================================
+ Hits         2918     3301     +383     
- Misses        289      305      +16     

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