Skip to content

guide: update how to share many exps#3593

Merged
dberenbaum merged 10 commits into
masterfrom
sharing-multiple-exps-guide
May 31, 2022
Merged

guide: update how to share many exps#3593
dberenbaum merged 10 commits into
masterfrom
sharing-multiple-exps-guide

Conversation

@dberenbaum
Copy link
Copy Markdown
Contributor

Fixes #3340.

@ghost
Copy link
Copy Markdown

ghost commented May 26, 2022

Gatsby Cloud Build Report

dvc.org

🎉 Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

🕐 Build time: 1m

Performance

Lighthouse report

Metric Score
Performance 🔶 62
Accessibility 💚 98
Best Practices 🔶 83
SEO 💚 93

🔗 View full report

$ for experiment in $(dvc exp list origin --name-only --all) ; do
dvc exp pull "${experiment}"
$ for name in $(dvc exp list origin --name-only -A); do
dvc get --rev ${name} git@github.com:iterative/example-dvc-experiments.git \
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Opened treeverse/dvc#7814 to request shortening the Git URL here.

Comment thread content/docs/user-guide/experiment-management/cleaning-experiments.md Outdated
Comment thread content/docs/user-guide/experiment-management/cleaning-experiments.md Outdated
Copy link
Copy Markdown
Contributor

@jorgeorpinel jorgeorpinel left a comment

Choose a reason for hiding this comment

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

On Cleaning Exps

Comment thread content/docs/user-guide/experiment-management/cleaning-experiments.md Outdated
Comment thread content/docs/user-guide/experiment-management/cleaning-experiments.md Outdated
Comment thread content/docs/user-guide/experiment-management/cleaning-experiments.md Outdated
Copy link
Copy Markdown
Contributor

@jorgeorpinel jorgeorpinel left a comment

Choose a reason for hiding this comment

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

Comparing... (committing most)

Comment thread content/docs/user-guide/experiment-management/comparing-experiments.md Outdated
Comment thread content/docs/user-guide/experiment-management/comparing-experiments.md Outdated
Comment thread content/docs/user-guide/experiment-management/comparing-experiments.md Outdated
Comment thread content/docs/user-guide/experiment-management/comparing-experiments.md Outdated
Comment thread content/docs/user-guide/experiment-management/sharing-experiments.md Outdated
jorgeorpinel and others added 3 commits May 31, 2022 16:12
…ents.md

Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
…ments.md

Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@jorgeorpinel jorgeorpinel left a comment

Choose a reason for hiding this comment

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

LGTM @dberenbaum feel free to address the few comments not resolved above as you see fit + merge. Thanks!!!

restyled-io Bot and others added 2 commits May 31, 2022 16:15
Co-authored-by: Restyled.io <commits@restyled.io>
…ents.md

Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
Comment thread content/docs/user-guide/experiment-management/cleaning-experiments.md Outdated
@dberenbaum dberenbaum merged commit 258cd40 into master May 31, 2022
@dberenbaum dberenbaum deleted the sharing-multiple-exps-guide branch May 31, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ref: multi-experiment support for exp push/pull

4 participants