with Live() as live:
live.log_sklearn_plot(
"roc", y_true, y_score,
These properties are new
title="Custom Title for ROC Curve",
x_label="False Positive Rate",
y_label="True Positive Rate")
What's Changed
* only log from dvclive by dberenbaum in https://github.com/iterative/dvclive/pull/541
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/dvclive/pull/544
* setup: Use ranges for test dependencies. by daavoo in https://github.com/iterative/dvclive/pull/545
* live: Add `log_plot`. by daavoo in https://github.com/iterative/dvclive/pull/543
**Full Changelog**: https://github.com/iterative/dvclive/compare/2.7.0...2.8.0#