-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
experiments: provide access to experiment plots #4449
Comments
@pmrowla, great catch! What about metrics? Does
@pmrowla could you please clarify? Are you talking about the output of the |
@dmpetrov And yes, I was referring to the html output files generated by plot diff and show. |
I think that we should not allow persistence of experiment plots, if the change is worth committing, it should be committed to the repo. |
So after starting an implementation of Rather than having a separate
For experiments, you can already get the same behavior, by doing:
So I'm not sure it makes sense for us to have a dedicated For Likewise, for #4455 I think all we would need is the new parallel coordinates template to do So in summary there's 2 questions here:
|
@pmrowla I agree that separate command might be overkill. Ah, now I see that |
While thinking about #4448 it occurred to me that there's currently no way to use
dvc plots
with experiment revisions. Implementation-wise, we should only need advc exp plots ...
subcommand that runs regular plots in the experiments workspace, the same way that show/diff work for experiments.One concern would be how to handle situations where someone wants to save an experiments plot - do we need functionality to git add & commit plots output into the internal experiment branches? Or can we just say for experiments, generated plots should always be considered temporary, and not be committed anywhere?
@dmpetrov @pared
The text was updated successfully, but these errors were encountered: