-
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
glossary: create "stage" entry #2198
Closed
Closed
Changes from 2 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
dac8b8b
guide: intro (empty) EM guide + basic links
jorgeorpinel 352aaac
Merge branch 'master' into guide/experiments
jorgeorpinel b1e4c58
guide: intro, structure, and run-cache section in Exp Mgmt
jorgeorpinel 92c3b1f
guide: finish Exp Mgmt intro, shorten run-cache section
jorgeorpinel 70e4f91
guide: shorten Exp Mgmt intro and its run-cache section more, and
jorgeorpinel f73ae78
guide: finish explaining ephimeral exps
jorgeorpinel 6b9b509
guide: improves to ephimeral exps, intro persisten exps in Exp Mgmt
jorgeorpinel 203fa3c
guide: more info on ephimeral exps and wrap up persistent exps section
jorgeorpinel fd344d6
guide: begin Orging exps in Exp Mgmt
jorgeorpinel c7cc388
guide: copy edits Ephemeral experiments
jorgeorpinel 2fabec3
Merge branch 'master' into guide/experiments
jorgeorpinel ea260f6
guide: remove 0. Tests and add add Checkpoints section
jorgeorpinel 3099d1a
guide: 3 main exp forms in Exp Mgmt
jorgeorpinel d012334
guide: simplify Exp Mgmt tech details
jorgeorpinel 006068c
guide: finish Checkpoints section in Exp Mgmt
jorgeorpinel 520563b
guide: mention params, metrics, plots, and other copy edits to Exp Mgmt
jorgeorpinel b571f50
guide: wrap up comprehensive Ecx Mgmt doc, add checkpoint to dvc.yaml…
jorgeorpinel b540d4e
Merge branch 'master' into guide/experiments
jorgeorpinel 143a2b2
glossary: create "stage" entry
iesahin f1bfda3
ref: move checkpoint field into dvc.yaml output spec
jorgeorpinel 51fa327
glossary: migrate exp tooltip to new format (fontmatter)
jorgeorpinel 1ea2da3
modified to have a more informal language and removed BC text from th…
iesahin 3d7aed3
cmd: add dvc update --to-remote docs (#2175)
isidentical ba8178e
Draft of Feb Heartbeat (#2190)
jendefig bdf1396
dvc 2.0 pre-release
dmpetrov be79555
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel f84dac4
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel 25b13fe
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel ed3e96f
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel 3788662
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel 8db8665
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel 9503aa0
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel cd27812
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel 47b85cb
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel 26fda1d
feedback & experiments
dmpetrov a2310da
live metrics
dmpetrov 5209585
Update content/blog/2021-02-18-dvc-2-0-pre-release.md
jorgeorpinel 308c825
show live metrics
dmpetrov 3a2ffeb
add tables in checkpoint section
dmpetrov 7c6e34c
Merge pull request #2211 from iterative/dvc-20-pre-release
dmpetrov 943e55f
Merge pull request #2146 from iterative/guide/experiments
jorgeorpinel 4398f7c
pre-release blog fixes
dmpetrov d651fc0
exp run - fix resume table
dmpetrov e3e3653
fix duplication issue in table
dmpetrov 1908fa1
Merge pull request #2218 from iterative/dvc-20-pre-release-fixes
dmpetrov 87942d0
document stage:add (#2208)
skshetry 8293e53
Merge branch 'iesahin/issue1579' of github.com:iterative/dvc.org into…
iesahin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: 'Stage' | ||
match: ['stage', 'stages'] | ||
tooltip: >- | ||
A single step in a pipeline which may import data, run experiments and produce | ||
some (intermediate or final) output. Stages may depend other stages and they | ||
can be automatically invalidated when their dependencies change. | ||
--- |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start. I'd look in https://dvc.org/doc/command-reference/run for the existing definition/explanation. Specific questions on this current text:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A user runs experiments in stages and a stage may be completely about running an experiment, right? Am I missing something? Stages don't run experiment but a stage may only be about running an experiment.
Will add a "user" there.
Instead of invalidation, I can tell how
run
orrepro
skips some stages but succinctly using the "invalidation" seemed more appropriate.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Experiments are broader than individual stages (see WIP https://dvc-org-guide-experimen-xigcev.herokuapp.com/doc/user-guide/experiment-management). For now I think there's no need to complicate this tooltip with the concept of experiments.
Check the "parameter" and "pipelines file" tooltips: they use
invalid (considered outdated)