-
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
ref: update exp init
intro.
#3440
Conversation
extracted from #3430 (review) (by @dberenbaum )
Co-authored-by: Restyled.io <[email protected]>
`dvc exp init` helps you get started with DVC Experiments quickly. It creates an | ||
experiment pipeline in a dvc.yaml file, which assumes standard locations for the | ||
inputs (source code, data, and <abbr>parameters</abbr>) and outputs (model, | ||
<abbr>metrics</abbr>, and <abbr>plots</abbr>) of your model training command. |
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.
@daavoo feel free to add the metrics (and plots if you can) tooltip files in this PR (if you have time soon, otherwise no worries).
Co-authored-by: Restyled.io <[email protected]>
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 more copy edits... (committing)
WDYT now @dberenbaum ? |
Co-authored-by: Restyled.io <[email protected]>
Gatsby Cloud Build Reportdvc.org 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 1m PerformanceLighthouse report
|
`dvc exp init` helps you get started with DVC Experiments quickly. It prepares | ||
an experiment in `dvc.yaml`, which assumes standard locations for the inputs |
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.
`dvc exp init` helps you get started with DVC Experiments quickly. It prepares | |
an experiment in `dvc.yaml`, which assumes standard locations for the inputs | |
`dvc exp init` helps you get started with DVC Experiments quickly. It codifies | |
your experiment structure in `dvc.yaml`, which assumes standard locations for the inputs |
Feel free to reword, but I think "prepares an experiment" makes it sound like it's something you do for every experiment instead of a framework for all your experiments.
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.
Actually, I think it's hard to separate this from #3430. These look they will inevitably conflict.
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.
Overlap is OK, we can solve conflicts 🙂
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.
Hmmm wait yeah you're right. This is now included completely in #3430 (review)... Closing this PR then.
extracted from #3430 (review) (by @dberenbaum )