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 iterative training API #601

Merged
merged 3 commits into from
Jan 12, 2025

Conversation

mdekstrand
Copy link
Member

This adds an IterativeTraining interface adding standardized iterative training support, and updates ALS to use it. Closes #438.

@mdekstrand mdekstrand added the internals Internal infrastructure (parallelism, math, etc.) label Jan 12, 2025
@mdekstrand mdekstrand added this to the 2025.1 milestone Jan 12, 2025
@mdekstrand mdekstrand changed the title Add incremental training API Add iterative training API Jan 12, 2025
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

Attention: Patch coverage is 98.41270% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.98%. Comparing base (1954efb) to head (2eba78d).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
lenskit/lenskit/training.py 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #601      +/-   ##
==========================================
+ Coverage   89.96%   89.98%   +0.01%     
==========================================
  Files         107      107              
  Lines        6587     6608      +21     
==========================================
+ Hits         5926     5946      +20     
- Misses        661      662       +1     

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

@mdekstrand mdekstrand merged commit f24d461 into lenskit:main Jan 12, 2025
39 checks passed
@mdekstrand mdekstrand deleted the feature/incremental-training branch January 12, 2025 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Internal infrastructure (parallelism, math, etc.)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add standard iterative training API
1 participant