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

Implement general Pipeline abstraction #444

Closed
mdekstrand opened this issue Jul 23, 2024 · 1 comment
Closed

Implement general Pipeline abstraction #444

mdekstrand opened this issue Jul 23, 2024 · 1 comment
Labels
pipeline LensKit pipeline abstraction
Milestone

Comments

@mdekstrand
Copy link
Member

Proposal: create a Pipeline abstraction to make it easier to compose algorithm components, and rely less on direct composition (and with it the need to repeat data plumbing logic across every composable components).

@mdekstrand
Copy link
Member Author

This was built in #462 and follow-up changes, and we now jsut need to use it!

@mdekstrand mdekstrand added pipeline LensKit pipeline abstraction and removed idea labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pipeline LensKit pipeline abstraction
Projects
Status: Done
Development

No branches or pull requests

1 participant