params diff #3528
Labels
feature request
Requesting a new feature
p0-critical
Critical issue. Needs to be fixed ASAP.
product: VSCode
Integration with VSCode extension
Users need to compare hyperparameters (issue #3393, implementation #3515) changes in different experiments. Something like
dvc metrics diff
is needed for parameters with the same syntax.The difference: the delta-value/change-value which is not needed since DVC treats all the parameters as strings.
Examlpe:
It should support the same set of args
--targets
,a_rev
,b_rev
and--show-json
.A possible addition (nice to have) - ignore not changed parameters (
-c
/--changes-only
can be a good name).ADDED: It needs to take care of the
dvc metrics
issues that are not closed yet: #3469The text was updated successfully, but these errors were encountered: