-
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
metrics(plots): regular udpates & terminology #1848
Conversation
jorgeorpinel
commented
Oct 7, 2020
•
edited
Loading
edited
- Improve metrics/plots explanations
- "metric file" -> "metrics file" per term: call metrics "metrics" and plots "plots" #1442 and a checkbox in term: misc. clarifications #608
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 few of these would imply a change in the core repo too:
UPDATE: Updated in iterative/dvc/pull/4699.
positional arguments: | ||
targets Limit command scope to these metric files. | ||
Using -R, directories to search metric files | ||
targets Limit command scope to these metrics files. | ||
Using -R, directories to search metrics files | ||
in can also be given. |
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.
metrics show
positional arguments: | ||
target Metric file to set properties to | ||
target Metrics file to set properties to |
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.
plots modify
positional arguments: | ||
targets Metric files to visualize. | ||
targets Metrics files to visualize. | ||
Shows all plots by default. |
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.
plots show
* api: update to latest definitions to match iterative/dvc.org/pull/908 * Update dvc/api.py * metrics show: update -h output to match docs per iterative/dvc.org@2c34521 * api: update docstrings to match iterative/dvc.org/pull/908 * api: refactor DVC repo check in get_url, and document it * dvc: cosmetic edits as I explored exceptions that api functions may raise * api: copy default info to read() docstring from open() per #3426 (review) * api: improve open() docstring for clarity and add example per #3426 (review) * api: remove unnecessary info from get_url docstring per #3426 (comment) * api: produces->generated in open() docstring * api: simplify open docstring per #3426 (comment) * term: "metrics" plural in output messages iterative/dvc.org#1848 (review) * typo Co-authored-by: Ruslan Kuprieiev <[email protected]>