-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature requestRequesting a new featureRequesting a new feature
Description
This is the comment #1462 (comment) extracted as a separate feature request. Also, @kskyten opened submodels issue #301.
Users should have an ability to create a "library" of reconfigurable pipelines #1462 and reuse them from different projects. Pipeline import can work through copy, Git-submodules or git clone https://my-dvc-repo.
An analogy with programming:
| DVC | Programming | Goal |
|---|---|---|
| Stage | An operator (line of code) | The simplest unit |
| Pipeline (the current DVC implementation) | A function with no parameters | Organize and manage complexity in a project |
| Reconfigurable pipelines #1462 | A function with parameters | Organize and manage complexity in a project |
| Reconfigurable modules (this issue) | A function with parameters in a library (lib, so, jar file) | Reuse from different projects |
UPDATE: Added a link to @kskyten issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestRequesting a new featureRequesting a new feature