-
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
ref: exp cmd index, make_checkpoint() fn #2199
Conversation
## Example: Mark a checkpoint every 100 iterations | ||
|
||
Let's consider the following `dvc.yaml` file: | ||
|
||
```yaml | ||
stages: |
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.
Adapted from https://github.com/iterative/dvc/wiki/Experiments#checkpoint-experiments for now. May need a less hypothetical example?
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.
I'll improve the examples in a future iteration (maybe once @dberenbaum's #2195 is merged).
1a8afa6
to
db76614
Compare
db76614
to
19a6593
Compare
7dd0d50
to
597161c
Compare
{ | ||
matches: 'dvc experiments', | ||
url: '/doc/command-reference/exp' | ||
} |
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.
Unrelated: Maybe we should apply this to doctor
and any other aliases to avoid duplicating entries in the cmd ref.
Co-authored-by: Dave Berenbaum <[email protected]>
The list of subcommands in the index has broken links for now, but that should be fixed soon so I'll just commit this now... |
Change the base to
master
when guide: Experiment Management #2146 is merged.Intros
exp
cmd ref (with index, no examples yet).Adds
make_checkpoint()
API ref. with fooish example.Adds
gc --all-experiments
.Uses more "experiments" tooltips.
Other copy edits around term "experiments"
Sets up autolink from
dvc experiments
to the /exp cmd ref — per ref: exp cmd index, make_checkpoint() fn #2199 (review) (by Roger)