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

Regular updates & plots 1.0 update #1382

Merged
merged 64 commits into from
Jun 11, 2020
Merged

Regular updates & plots 1.0 update #1382

merged 64 commits into from
Jun 11, 2020

Conversation

jorgeorpinel
Copy link
Contributor

@jorgeorpinel jorgeorpinel commented May 31, 2020

UPDATE: Jump to #1382 (comment) #1382 (comment) for pending questions/items.

@shcheklein shcheklein temporarily deployed to dvc-landing-2020-05-31-evbiu1f May 31, 2020 20:58 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f May 31, 2020 21:01 Inactive
@calibre-analytics
Copy link

You are out of tests

Choose a plan to resume monitoring your Sites and Pull Requests. If you need help, check the Manage Your Plan and Test Usage guide.

@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f May 31, 2020 21:34 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 1, 2020 05:55 Inactive
@jorgeorpinel jorgeorpinel mentioned this pull request Jun 1, 2020
20 tasks
@jorgeorpinel jorgeorpinel changed the title Regular updates (early June) Regular updates & plots 1.0 update Jun 1, 2020
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 1, 2020 17:04 Inactive
@jorgeorpinel jorgeorpinel marked this pull request as ready for review June 1, 2020 17:21
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 1, 2020 17:22 Inactive
@jorgeorpinel
Copy link
Contributor Author

jorgeorpinel commented Jun 1, 2020

Actually not totally ready for review. All the plots examples may be outdated 😕

  • I'll come back to this ASAP, but need to work on the Get Started today.

@shcheklein shcheklein temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 2, 2020 10:54 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 3, 2020 00:24 Inactive
```

## Description

This command provides a quick way to visualize metrics such as loss functions,
AUC curves, confusion matrices, etc. Please see `dvc plots` for information on
the supported data formats and other relevant details about DVC plots.
AUC curves, confusion matrices, etc. All plots defined in `dvc.yaml` are used by
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All plot files are used ... ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's what the usage says last time I checked. I'm also not sure how this works though, changes to core keep happening too so we can probably follow up on this in #1414 — added a bullet

Copy link
Member

@shcheklein shcheklein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, we are getting there! :) Just a few comments left

@pared pared self-requested a review June 10, 2020 08:34
Comment on lines +26 to +27
> Note that unlike `dvc metrics diff`, this command does not calculate numeric
> differences between metric file values.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 11, 2020 18:31 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 11, 2020 18:36 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 11, 2020 18:50 Inactive
@jorgeorpinel jorgeorpinel requested a review from shcheklein June 11, 2020 18:50
@jorgeorpinel
Copy link
Contributor Author

OK so actually this PR is blocking at least 2 more down the line (the ones for add and run). Can we try to merge it and extract pending details into #1414 @shcheklein ? Thanks

@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-2020-05-31-evbiu1f June 11, 2020 18:52 Inactive
@shcheklein
Copy link
Member

@jorgeorpinel

OK so actually this PR is blocking at least 2 more down the line

Sure, I'm happy to focus on this one exclusively (and we should have probably do that yesterday) and get it done - there are no major things left.

@shcheklein shcheklein merged commit 37f4e90 into master Jun 11, 2020
@shcheklein
Copy link
Member

Merged this, let's address left overs (if any as we go)

@efiop efiop deleted the 2020-05-31 branch June 11, 2020 19:28
@efiop efiop restored the 2020-05-31 branch June 11, 2020 19:28
shcheklein pushed a commit that referenced this pull request Jun 11, 2020
* cmd ref: add note that move creates dirs

* cmd ref: improve structure of add ref desc.

* grammar: add some commas

* term: checksum -> hash value in dvcignore guide

* style: lower case bullet text

* cmd ref: remove some redundancy in metrics index

* cmd ref: update plots refs synopsis and descriptions
per iterative/dvc/issues/3924 et al.

* Add plots modify cmd

* typo: CSV->csv

* term: working tree -> workspace
per iterative/dvc/pull/3914

* cmd ref: couple improvements to add ref
per #1382 (review)
and #1382 (review)

* Update config/prismjs/dvc-commands.js

* cmd ref: update plots modify description

* cmd ref: add plots modify to nav, with a few more improvements

* cmd ref: plots --show-json -> --show-vega
per iterative/dvc#3891 (comment)

* rename x-lab to x-label

* cmd ref: review descriptions of plots index, show, and diff

* cmd ref: review and update old plots cmds options
per iterative/dvc#3948 et al.

* cmd ref: a couple more option updates
per #1382 (review)

* cmd ref: emphasize add works with any large file/dir
per #1382 (review)

* cmd ref: updae plots modify top half (definition, description)
per #1382 (review) al.

* cmd ref: improve all plot cmd option descriptions

* Update content/docs/command-reference/plots/modify.md

* cmd ref: review examples (mainly images) in plots modify
per #1382 (comment) et al.

* cmd ref: rephrase info about how data arrays are injected to plot templates
per #1382 (review)

* cmd ref: update info on how targets for for plots show/diff
per #1382 (review)

* cmd ref: double check all plots examples
per #1382 (comment)

* cmd ref: remove info about plots show --select

* cmd ref: update add desc
per #1382 (review)

* cmd ref: re-explain dvc add for dirs
per #1382 (review)

* cmd ref: improve description about targets in plots diff
per #1382 (review)

* cmd ref: make emoji note in plots index
per #1382 (review)

* cmd ref: remove ineffective CSV code block highlighting from plots refs
per #1382 (review)

* get started: improve intro in index

* glossary: remove external deps entry (no need)

* cmd ref: update add for 1.0 (1) up to...
before Examples

* cmd ref: 1.0 updates for add (2) - examples

* cmd ref: remove note about comments in add example
per #1411 (review)

Co-authored-by: Dmitry Petrov <[email protected]>
@efiop efiop deleted the 2020-05-31 branch June 15, 2020 10:11
@efiop efiop restored the 2020-05-31 branch June 15, 2020 10:11
@jorgeorpinel jorgeorpinel deleted the 2020-05-31 branch June 23, 2020 04:15
@jorgeorpinel jorgeorpinel added type: enhancement Something is not clear, small updates, improvement suggestions A: docs Area: user documentation (gatsby-theme-iterative) labels Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: docs Area: user documentation (gatsby-theme-iterative) type: enhancement Something is not clear, small updates, improvement suggestions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants