Skip to content

Implement usable pipeline configuration files and CLI support - #831

Merged
mdekstrand merged 21 commits into
lenskit:mainfrom
mdekstrand:feature/pipeline-config
Sep 2, 2025
Merged

Implement usable pipeline configuration files and CLI support#831
mdekstrand merged 21 commits into
lenskit:mainfrom
mdekstrand:feature/pipeline-config

Conversation

@mdekstrand

@mdekstrand mdekstrand commented Aug 28, 2025

Copy link
Copy Markdown
Member

This adds support for human-authorable configuration files (#825) and support configuration files in the CLI (#826).

Closes #825. Closes #826.

@mdekstrand mdekstrand added this to the 2025.3 milestone Aug 28, 2025
@mdekstrand mdekstrand self-assigned this Aug 28, 2025
@mdekstrand mdekstrand added pipeline LensKit pipeline abstraction cli Command-line interface labels Aug 28, 2025
@codecov

codecov Bot commented Aug 28, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.34483% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.94%. Comparing base (895f3d1) to head (408dfbc).
⚠️ Report is 27 commits behind head on main.

Files with missing lines Patch % Lines
src/lenskit/pipeline/builder.py 85.10% 7 Missing ⚠️
src/lenskit/cli/train.py 60.00% 4 Missing ⚠️
src/lenskit/config/__init__.py 91.30% 2 Missing ⚠️
src/lenskit/pipeline/components.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #831      +/-   ##
==========================================
+ Coverage   89.82%   89.94%   +0.11%     
==========================================
  Files         153      153              
  Lines       10654    10757     +103     
==========================================
+ Hits         9570     9675     +105     
+ Misses       1084     1082       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mdekstrand
mdekstrand merged commit 2638ee4 into lenskit:main Sep 2, 2025
35 checks passed
@mdekstrand
mdekstrand deleted the feature/pipeline-config branch September 2, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Command-line interface pipeline LensKit pipeline abstraction

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support configuration files in command-line model training Implement ergonomic pipeline configuration files

1 participant