Skip to content

Commit

Permalink
doc: update graph artifact documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danabens committed Jun 6, 2021
1 parent 7f226a6 commit 801f86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smexperiments/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def log_metric(self, metric_name, value, timestamp=None, iteration_number=None):
raise

def log_table(self, title=None, values=None, data_frame=None, output_artifact=True):
"""Record a table of values that will be rendered in Studio.
"""Record a table of values to an artifact. Rendering in studio is not currently supported.
Note that this method must be run from a SageMaker context such as studio or training job
due to restrictions on the CreateArtifact API.
Expand Down Expand Up @@ -470,7 +470,7 @@ def log_precision_recall(
no_skill=None,
):
"""Log a precision recall graph artifact which will be displayed in studio.
Requires sklearn. Not yet supported by studio.
Requires sklearn.
Note that this method must be run from a SageMaker context such as studio or training job
due to restrictions on the CreateArtifact API.
Expand Down

0 comments on commit 801f86c

Please sign in to comment.