Skip to content

Commit 5609786

Browse files
author
jkasiraj
committed
doc: view ROC, PR, and confusion matrix in Trial Component UI
1 parent dea989b commit 5609786

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/smexperiments/tracker.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,9 @@ def log_precision_recall(
471471
output_artifact=True,
472472
no_skill=None,
473473
):
474-
"""Log a precision recall graph artifact. If your job is created by a pipeline
475-
execution you can view the artifact by selecting the corresponding step in the pipelines UI.
476-
The Trial Component UI currently does not support rendering of the artifact.
474+
"""Log a precision recall graph artifact. You can view the artifact in the charts tab of the
475+
Trial Component UI. If your job is created by a pipeline execution you can view the artifact
476+
by selecting the corresponding step in the pipelines UI.
477477
See also `SageMaker Pipelines <https://aws.amazon.com/sagemaker/pipelines/>`_
478478
479479
Requires sklearn.
@@ -535,9 +535,9 @@ def log_roc_curve(
535535
title=None,
536536
output_artifact=True,
537537
):
538-
"""Log a receiver operating characteristic (ROC curve) artifact. If your job is created by a pipeline
539-
execution you can view the artifact by selecting the corresponding step in the pipelines UI.
540-
The Trial Component UI currently does not support rendering of the artifact.
538+
"""Log a receiver operating characteristic (ROC curve) artifact. You can view the artifact
539+
in the charts tab of the Trial Component UI. If your job is created by a pipeline execution
540+
you can view the artifact by selecting the corresponding step in the pipelines UI.
541541
See also `SageMaker Pipelines <https://aws.amazon.com/sagemaker/pipelines/>`_
542542
543543
Requires sklearn.
@@ -588,9 +588,9 @@ def log_confusion_matrix(
588588
title=None,
589589
output_artifact=True,
590590
):
591-
"""Log a confusion matrix artifact. If your job is created by a pipeline execution you can view the
592-
artifact by selecting the corresponding step in the pipelines UI. The Trial Component UI
593-
currently does not support rendering of the artifact.
591+
"""Log a confusion matrix artifact. You can view the artifact in the charts tab of the
592+
Trial Component UI. If your job is created by a pipeline execution you can view the
593+
artifact by selecting the corresponding step in the pipelines UI.
594594
See also `SageMaker Pipelines <https://aws.amazon.com/sagemaker/pipelines/>`_
595595
596596
Requires sklearn.

0 commit comments

Comments
 (0)