-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
My biggest question is whether this belongs in
dvc exp showor might be better as a separate command, likedvc exp plot? Advc exp plotcommand could also potentially show other things, likedvc plots diffbetween experiments, or checkpoint trends (like dvclive plots).
Originally posted by @dberenbaum in #6933 (comment)
Why something as generic and conceptually disconnected as "HTML"? How about
--parallel-coordinates-plot/--pcp? Or a separate command as @dberenbaum mentioned
Originally posted by @jorgeorpinel in #6933 (comment)
To be honest
--htmlfor me would mean an HTML table, not plot. I would consider renaming this to be explicit about its meaning. I think--plotis a bit more explicit. But can limit us later if we decide to introduce more types of plots. Probably--pcpis the best unfortunately.
Originally posted by @shcheklein in #6933 (comment)