Is it possible to track metrics without using DVC Pipelines? #7371
-
Hello, we already use another pipeline orchestrating tool (Kubeflow) but are looking into using DVC to version our datasets and maybe metrics. Currently we already log metrics using Kubeflow, it generates a json with the metrics (in a key value pairs format style) and gets uploaded to a metadata db. Is there a specific format the json needs to be in in order to work with DVC metrics or does dvc diff simply reads it as key value pairs (eg: display key, display value etc) ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should be able to use dvc metrics commands using as
|
Beta Was this translation helpful? Give feedback.
You should be able to use dvc metrics commands using as
targets
any file in any of the supported formats even if those files are not associated to a DVC pipeline: