Skip to content

Commit

Permalink
Merge pull request #158 from jkasiraj/tracker
Browse files Browse the repository at this point in the history
doc: view ROC, PR, and confusion matrix in Trial Component UI
  • Loading branch information
staubhp authored May 7, 2022
2 parents d5df045 + 5609786 commit 5825d81
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/smexperiments/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@ def log_precision_recall(
output_artifact=True,
no_skill=None,
):
"""Log a precision recall graph artifact. If your job is created by a pipeline
execution you can view the artifact by selecting the corresponding step in the pipelines UI.
The Trial Component UI currently does not support rendering of the artifact.
"""Log a precision recall graph artifact. You can view the artifact in the charts tab of the
Trial Component UI. If your job is created by a pipeline execution you can view the artifact
by selecting the corresponding step in the pipelines UI.
See also `SageMaker Pipelines <https://aws.amazon.com/sagemaker/pipelines/>`_
Requires sklearn.
Expand Down Expand Up @@ -542,9 +542,9 @@ def log_roc_curve(
title=None,
output_artifact=True,
):
"""Log a receiver operating characteristic (ROC curve) artifact. If your job is created by a pipeline
execution you can view the artifact by selecting the corresponding step in the pipelines UI.
The Trial Component UI currently does not support rendering of the artifact.
"""Log a receiver operating characteristic (ROC curve) artifact. You can view the artifact
in the charts tab of the Trial Component UI. If your job is created by a pipeline execution
you can view the artifact by selecting the corresponding step in the pipelines UI.
See also `SageMaker Pipelines <https://aws.amazon.com/sagemaker/pipelines/>`_
Requires sklearn.
Expand Down Expand Up @@ -595,9 +595,9 @@ def log_confusion_matrix(
title=None,
output_artifact=True,
):
"""Log a confusion matrix artifact. If your job is created by a pipeline execution you can view the
artifact by selecting the corresponding step in the pipelines UI. The Trial Component UI
currently does not support rendering of the artifact.
"""Log a confusion matrix artifact. You can view the artifact in the charts tab of the
Trial Component UI. If your job is created by a pipeline execution you can view the
artifact by selecting the corresponding step in the pipelines UI.
See also `SageMaker Pipelines <https://aws.amazon.com/sagemaker/pipelines/>`_
Requires sklearn.
Expand Down

0 comments on commit 5825d81

Please sign in to comment.