Skip to content
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

start: reword dvclive plots config #4880

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ could still be tracked by DVC.

[`evaluate.py`] uses [DVCLive] to write scalar metrics values (e.g. `AUC`) and
plots data (e.g. `ROC curve`) to files in the `eval` directory that DVC can
parse to compare and visualize across iterations. DVCLive can configure metrics
and plots for you if you call `Live.make_dvcyaml()`, or you can customize
metrics and plots by [configuring them][plots files] in the same `dvc.yaml` file
where your stage definitions are saved.
parse to compare and visualize across iterations. By default, DVCLive will
configure metrics and plots for you in `dvc.yaml`, but in this example we
customize them by editing `dvc.yaml` to combine train and test plots.

<details>

Expand Down