-
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
plots/metrics: accept any viable target #4446
Comments
For the record: same for |
|
Metrics/plots/params difference for Git-files is a useful scenario even outside of the data-files or pipeline context. It feels like it is a separate functionality in DVC that needs to be fully supported. For example, it might be used in CI/CD to compare metrics/plots/params with master or previous commits in a repo when DVC is not used to generate reports like this - iterative/cml_dvc_case#4 Additional scenarios to support:
|
@dmpetrov I see here following scenarios (lets take
Is there any prioritization between those scenarios? |
@pared All looks good! Re (4). It is not a high-priority scenario. But it would be amazing to support it if not a big implementation overhead. Re (1)&(2) - it should support data files even not plot\metrics ones. An important thing about this issue - we need to pay attention to the UI part. All the commands should be unified including |
So, starting this issue I made a mistake and wanted to start with moving and unifying collection for So my plan is as follows:
|
Summary on current state of the issue, and what still needs to be done here:
TODO: (They should be fixed, leaving this list to double check)
|
@dmpetrov
How would that work? If we don't have pipelines we don't know which files are
result for
result for
In case of |
@pared good point! By "without any pipelines" I meant without stages (that contain commands) - "dummy\phony stage might be needed".
Absolutely! Do we really need the warning messages? Why not just |
So, the error will occur when we don't collect any other |
Running:
yields no result.
metrics diff/show
should be able to handle non-metrics
targets that can be interpreted by our parsers.The text was updated successfully, but these errors were encountered: