-
Notifications
You must be signed in to change notification settings - Fork 29
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
Apply product feedback to dvc.yaml snippets #4255
Conversation
" outs:", | ||
" - ${4:list output(s) of the stage, e.g. model.pkl}" | ||
], | ||
"description": "Minimal stage template for dvc.yaml pipeline" |
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.
[F] After removing metrics params where the only difference between this and the snippet above. I didn't think it made sense to keep it around.
c0379a1
to
0c305b5
Compare
Thanks @mattseddon!
params:
- threshold # track specific param (from params.yaml)
- nn.batch_size
- myparams.yaml: # track specific params from custom file
- epochs
- config.json: # track all parameters in this file The items under |
0c305b5
to
831a046
Compare
updated to give the simplest example |
831a046
to
12fad3b
Compare
Code Climate has analyzed commit 12fad3b and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 95.1% (0.0% change). View more on Code Climate. |
Changes based on feedback in #4194 (comment)
Demo
Screen.Recording.2023-07-11.at.10.19.40.am.mov