iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

example-get-started: update plots to use dvclive #235

Closed dberenbaum closed 1 year ago

dberenbaum commented 1 year ago

Closes https://github.com/iterative/example-repos-dev/issues/234.

Updates two plots to use dvclive:

All the plots are now dvclive, which simplifies the code and dvc.yaml a bit. I ended up caching all of them, because I don't see much upside to keeping the tsv/json plots in git, and it simplifies dvc.yaml. We lose explaining how to make more custom plots, but I think that's outside the scope of get started. If we want more custom plots, we can try to think of more complex visualizations to include.

Todo for deployment:

dberenbaum commented 1 year ago

Merging but not deploying yet because I am working on some larger changes and don't think it's worth it for this change alone.