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

guide: Comparing Experiments #2862

Merged
merged 45 commits into from
Nov 4, 2021
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
09614a7
added section titles and some preliminary content
iesahin Sep 28, 2021
ab175fc
Restyled by prettier (#2863)
restyled-io[bot] Sep 28, 2021
912c026
wrote `dvc exp show` content
iesahin Sep 29, 2021
9c0fcbf
one word
iesahin Oct 2, 2021
5cbb2b8
added dvc exp show --show-json and --show-json section and examples
iesahin Oct 4, 2021
bae9eb5
added content for dvc exp diff
iesahin Oct 4, 2021
2849eb4
renamed --show-json -> --json, --show-csv -> --csv, --show-md -> --md…
iesahin Oct 5, 2021
832ae7f
added link to sidebar
iesahin Oct 5, 2021
f78e3d0
minor edits
iesahin Oct 5, 2021
555b028
minor edits
iesahin Oct 5, 2021
cdc2b49
rephrasing
iesahin Oct 5, 2021
59b12f7
minor edit
iesahin Oct 5, 2021
e02a414
table fix
iesahin Oct 5, 2021
6a0b77f
minor edit
iesahin Oct 5, 2021
c7233f3
minor edit
iesahin Oct 5, 2021
d03bdbb
added a dvc exp diff --md example with sed
iesahin Oct 5, 2021
1e80a58
Update content/docs/user-guide/experiment-management/comparing-experi…
jorgeorpinel Oct 15, 2021
5b99e92
Update content/docs/user-guide/experiment-management/comparing-experi…
jorgeorpinel Oct 17, 2021
3b282e6
revised after Jorge's review
iesahin Oct 19, 2021
bc55614
Fix link check
rogermparent Oct 25, 2021
4a16057
some revisions after Jorge's review
iesahin Oct 25, 2021
97efb1a
revised more
iesahin Oct 25, 2021
439ea30
Update content/docs/user-guide/experiment-management/comparing-experi…
jorgeorpinel Oct 26, 2021
8a85961
guide: remove extra experiment samples from Comp
jorgeorpinel Oct 26, 2021
034c0ef
Update content/docs/user-guide/experiment-management/comparing-experi…
jorgeorpinel Oct 26, 2021
8b6d09f
Update content/docs/user-guide/experiment-management/comparing-experi…
jorgeorpinel Oct 26, 2021
37b1092
Restyled by prettier (#2964)
restyled-io[bot] Oct 27, 2021
f409fa1
minor edits
iesahin Oct 27, 2021
90539cf
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Oct 27, 2021
f445414
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Oct 28, 2021
8f02328
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Oct 28, 2021
ac0109d
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Oct 28, 2021
dbb7f27
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Oct 28, 2021
c596343
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Oct 28, 2021
afe6354
minor
iesahin Oct 28, 2021
4cdeb5b
removed duplicate link to sharing experiments
iesahin Oct 29, 2021
24bac66
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Nov 2, 2021
94f0a28
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Nov 2, 2021
8241d31
Restyled by prettier (#2993)
restyled-io[bot] Nov 3, 2021
956d5df
test: link checker regex (1)
jorgeorpinel Nov 4, 2021
56d6189
test: undo link checker regex
jorgeorpinel Nov 4, 2021
a3940e4
Apply suggestions from code review
jorgeorpinel Nov 4, 2021
cf0f06c
Restyled by prettier (#2999)
restyled-io[bot] Nov 4, 2021
5684997
Update content/docs/user-guide/experiment-management/comparing-experi…
iesahin Nov 4, 2021
b319d91
Restyled by prettier (#3000)
restyled-io[bot] Nov 4, 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
4 changes: 3 additions & 1 deletion .github/workflows/link-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
github.event.deployment_status.state == 'success'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved
- id: build_check
uses: LouisBrunner/[email protected]
with:
Expand All @@ -21,7 +23,7 @@ jobs:
status: queued
- name: Run Link Check
id: check
uses: iterative/link-check.action@v0.8
uses: iterative/link-check.action@v0.9
with:
diff: true
configFile: config/link-check/config.yml
Expand Down
1 change: 1 addition & 0 deletions content/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"source": "experiment-management/index.md",
"children": [
"running-experiments",
"comparing-experiments",
"sharing-experiments",
"cleaning-experiments",
"checkpoints"
Expand Down
Loading