Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Get started tutorial for experiments (with readable diff) #2195
Get started tutorial for experiments (with readable diff) #2195
Changes from 43 commits
92e66cb
a176145
8d434e7
a426953
0c9469b
49de41b
4f40f1e
e8b2482
0e05431
6eee8b0
38b40c0
c05c547
c991faf
3d33c03
91f7664
165b734
1007256
994b585
90684a4
02272bc
a904722
5a14c30
525f5dd
a8b9a15
854701f
ecb8674
8fe1c67
375ad9f
0dc3397
f39df81
b042bf3
3d7b0fd
b9a35e5
6e86b66
6cfc53d
9cfd82a
1732fa0
21647a2
081f2c2
4b90f59
052f46f
dfa9488
9c40eac
54087eb
e04e38d
e0800ed
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This comment was marked as resolved.
Sorry, something went wrong.
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.
🤔 This makes me wonder if we should change the /doc/start/experiments URL completely, since it has totally new content. Links from 3rd party blogs will now end up in a very different page... And the search ranking may get disrupted (temporarily). Let me check the Search Console... ⌛
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.
OK so on the one hand, it has decent results and some traffic. Replacing the content like this may disturb that (prob. temporarily):
On the other, most of the searches are for experiment-related features 😆 so maybe it's better to replace this with what users are already searching and finding (could improve CTR/lower bounce rate in the end):
WDYT guys? BTW this is my only major concern so far (both to replace all existing links and whether to change the URL, which would imply setting up a redirect) cc @shcheklein
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.
Yeah, I had skipped the blog content. I can update those to point to
metrics-parameters-plots
.I lean towards wanting links to experiments to point to the new page to encourage using the updated experiments features. I did a quick Google search for "dvc experiments" and looked through the first two pages of results as a quick check. I only found one that actually linked directly to the old experiments page, and that one use the old link (see https://towardsdatascience.com/enable-ml-experiments-4ba8c3c8bdc2, which links to https://dvc.org/doc/get-started/compare-experiments). Maybe that old link should redirect to metrics-parameters-plots? But even then, it's probably better to redirect to the current experiments functionality.
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.
There's a reference in https://dvc.org/blog/december-20-dvc-heartbeat to the old video. That was removed from the page since it is more focused on experiments. Thoughts on how to handle this reference, but also what to do with that video?
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.
Sure, depends on the context of each link. Up to you to leave some as-is.
Good to know there's not many 3rd party links so no worries there then.
Everything /doc/get-started* already redirects to /doc/start 👍