Skip to content

Commit 7f226a6

Browse files
committed
doc: clarify receiver operating characteristic curve doc
1 parent 6472d17 commit 7f226a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smexperiments/tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def log_roc_curve(
532532
title=None,
533533
output_artifact=True,
534534
):
535-
"""Log a receiver operating characteristic (ROC) artifact which will be displayed in
535+
"""Log a receiver operating characteristic (ROC curve) artifact which will be displayed in
536536
studio. Requires sklearn.
537537
538538
Note that this method must be run from a SageMaker context such as studio or training job

0 commit comments

Comments
 (0)