-
Notifications
You must be signed in to change notification settings - Fork 394
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
start: Pipelines Trail #2857
Comments
I think we could probably skip "Removing stages," especially if we introduce editing |
Agreed with Dave. Overall - get started should not be a comprehensive overview. It should be a quick happy path that presents most important functionality and the value as fast as possible. Everything else comes secondary to that. In this case it would be nice to start with That's pretty much it to be honest. Do we need two subsections for this - I don't know. Ideally we would rely on one of the existing projects. Maybe the example-get-started one since it makes at least some sense to use pipelines there. |
I can use |
this is an ungly, unfortunate hack that we need to remove eventually :) it's very sad that we have it now in the project. It's not sustainable and not how DVC should be used. |
The fact that we had to hack may be a bit ugly but telling the pipelines without resorting to Python or code seems like an alternative to me. The user may have a bit difficulty to bridge the gap between usual commands and an ML project, but the basic mechanism might be told in a simpler way. Anyway, no strong opinions here, I'll proceed with |
This comment was marked as resolved.
This comment was marked as resolved.
Guys do we still want a separate pipelines trail? Pipelining info is inside https://dvc.org/doc/start/data-management right now. I would personally like to see a separate one but I remember there were opinions agains that. I would put Experiments first, then Data Management, then Pipelines. WDYT @iesahin @dberenbaum @shcheklein ? Thanks |
This is the third step in GS restructuring as we discussed in #2496 (may be closed by addressing this one).
It will introduce creating pipelines, adding stages and running them with
dvc repro
.Create a pipeline
Add a stage
dvc stage add
Edit a stage
dvc.yaml
dvc stage add --force
?Run the pipeline
dvc repro
Visualize the pipeline
Removing Stages
dvc remove
@shcheklein @jorgeorpinel @dberenbaum
The text was updated successfully, but these errors were encountered: