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

Misc. updates (2.0ish) #2062

Merged
merged 41 commits into from
Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
1cf6519
Merge branch 'master' into jorge
jorgeorpinel Dec 21, 2020
8dd77a9
config: standardize sample variable/option values
jorgeorpinel Dec 22, 2020
df113ec
Merge branch 'master' into jorge
jorgeorpinel Dec 22, 2020
4dd5322
cmd: misc updates to repro, gc, run
jorgeorpinel Dec 22, 2020
fa30e85
Merge branch 'jorge' of github.com:iterative/dvc.org into jorge
jorgeorpinel Dec 22, 2020
27b3007
Merge branch 'master' into jorge
jorgeorpinel Dec 23, 2020
2e370de
Merge branch 'jorge' of github.com:iterative/dvc.org into jorge
jorgeorpinel Dec 23, 2020
ec5cb83
Merge branch 'master' into jorge
jorgeorpinel Dec 27, 2020
e7297b5
blog: manually format a md string in frontmatter
jorgeorpinel Dec 27, 2020
523af6b
guide: multi cmd in main dvc.yaml example
jorgeorpinel Dec 27, 2020
442d325
guide: copy edit in dvc.yaml
jorgeorpinel Dec 27, 2020
3e5435a
cmd: remove term "self-incrementing"
jorgeorpinel Dec 27, 2020
95965ea
guide: re-instate deleted changes
jorgeorpinel Dec 27, 2020
7a59869
cmd: review params refs
jorgeorpinel Dec 27, 2020
a7f35ef
blog: fix broken frontmatter
jorgeorpinel Dec 27, 2020
194e1e4
cmd: update params def. explanation in diff like it is in index
jorgeorpinel Dec 27, 2020
4e1cb47
cmd: absorb a params diff note into a p
jorgeorpinel Dec 27, 2020
8ede12f
cmd: more improvements and reord to params docs
jorgeorpinel Dec 28, 2020
0930fa4
guide: expand on dvc.yaml params field (multiple params files)
jorgeorpinel Dec 28, 2020
bf0f04c
guide: remove emoji we never use from recs
jorgeorpinel Dec 28, 2020
59fe782
Merge branch 'master' into jorge
jorgeorpinel Dec 29, 2020
082d52d
blog: remove prettier-ignore
jorgeorpinel Dec 29, 2020
7165723
cmd: differentiate between params and param deps in params refs
jorgeorpinel Dec 29, 2020
917b0ab
cmd: start with example in params index
jorgeorpinel Dec 29, 2020
7dc0596
cmd: move params value info to its section
jorgeorpinel Dec 29, 2020
3cdd408
cmd: review --targets arg descs.
jorgeorpinel Dec 29, 2020
64bf6b7
cmd: params diff --targets don't expand anything
jorgeorpinel Dec 29, 2020
dc38b81
Merge branch 'master' into jorge
jorgeorpinel Jan 2, 2021
919f6fd
cmd: remove 3rd mention of repro in params Desc
jorgeorpinel Jan 2, 2021
0579261
cmd: update params diff --targets
jorgeorpinel Jan 2, 2021
5d38ea0
cmd: update metrics diff --targets
jorgeorpinel Jan 2, 2021
edf7565
cmd: std. --targets option accross refs
jorgeorpinel Jan 2, 2021
a163a35
cmd: simplify params Desc and fix Examples
jorgeorpinel Jan 2, 2021
25834cc
cmd: make params intro sample realistic
jorgeorpinel Jan 2, 2021
64b31de
cmd: clarify default behavior of params diff
jorgeorpinel Jan 2, 2021
cbd6d62
cmd: clarify about params/metrics/plots diff --tagets
jorgeorpinel Jan 2, 2021
53ed2d2
cmd: typo
jorgeorpinel Jan 2, 2021
d8221e0
Merge branch 'master' into jorge
jorgeorpinel Jan 3, 2021
19c846a
cmd: note that metrics/params diff work in any Git repo
jorgeorpinel Jan 3, 2021
ff5665d
cmd: clarify more about default params used by diff
jorgeorpinel Jan 3, 2021
3e7d40f
cmd: final details on params index
jorgeorpinel Jan 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions content/blog/2020-04-06-april-20-dvc-heartbeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ descriptionLong: |
science.
picture: 2020-04-06/april_header.png
pictureComment:
A view from [Barrancas del
Cobre](https://en.wikipedia.org/wiki/Copper_Canyon), shot by Jorge Orpinel
Pérez. Jorge has mastered the art of working on DVC remotely.
author: elle_obrien
commentsUrl: https://discuss.dvc.org/t/april-20-heartbeat/347
tags:
A view from
[Barrancas del Cobre](https://en.wikipedia.org/wiki/Copper_Canyon), shot by
Jorge Orpinel Pérez. Jorge has mastered the art of working on DVC remotely.
author: elle_obrien commentsUrl:
https://discuss.dvc.org/t/april-20-heartbeat/347 tags:
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved
- Heartbeat
- Google Drive
- MLOps
Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/plots/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ All metrics files given to `dvc plots show` and `dvc plots diff` as input are
combined together into a single data array for injection into a template file.
There are two important fields that DVC adds to the plot data:

- `index` - self-incrementing, zero-based counter for the data rows/values. In
many cases it corresponds to a machine learning training epoch or step number.
- `index` - zero-based counter for the data rows/values. In many cases it
shcheklein marked this conversation as resolved.
Show resolved Hide resolved
corresponds to a machine learning training epoch or step number.

- `rev` - Git commit hash, tag, or branch of the metrics file. This helps
distinguish between different versions when using the `dvc plots diff`
Expand Down
11 changes: 7 additions & 4 deletions content/docs/user-guide/dvc-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,12 @@ stages:
metrics:
- performance.json
training:
desc: Training stage description
cmd: python train.py
desc: Train model with Python
cmd:
- pip install -r requirements.txt
- python train.py --out ${model_file}
deps:
- requirements.txt
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved
- train.py
- features
outs:
Expand Down Expand Up @@ -207,8 +210,8 @@ For every `dvc.yaml` file, a matching `dvc.lock` (YAML) file usually exists.
It's created or updated by DVC commands such as `dvc run` and `dvc repro`.
`dvc.lock` describes the latest pipeline state. It has several purposes:

- Tracking of intermediate and final results of a pipeline — similar to
[`.dvc` files](#dvc-files).
- Tracking of intermediate and final <abbr>outputs</abbr> of a pipeline —
similar to [`.dvc` files](#dvc-files).
- Allow DVC to detect when stage definitions, or their dependencies have
changed. Such conditions invalidate stages, requiring their reproduction (see
`dvc status`, `dvc repro`).
Expand Down