-
Notifications
You must be signed in to change notification settings - Fork 393
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: exp run --set-param
with templating
#2313
Comments
So in this case, with That would def. be pretty important to mention both in https://dvc.org/doc/user-guide/project-structure/pipelines-files#templating, as well as in Exps docs (for starters in the But what if |
exp run --set-param
with templating
Sorry for the late response, @jorgeorpinel. You are right that it's not possible if the vars is locally declared or imported from other files than the This is more of a coincidence in that For other files that are referenced, you'd need to do |
Sure, as long as there's a way to generalize this "coincidence" I think we can indeed emphasize it as a feature 👍 (only with param file values though, not |
It'd be great to have an example of experiments coupled with the parametrization (or at least a mention that it's possible?).
$ dvc exp run --set-param "test_size=0.5"
The text was updated successfully, but these errors were encountered: