Skip to content

Commit 801f86c

Browse files
committed
doc: update graph artifact documentation
1 parent 7f226a6 commit 801f86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/smexperiments/tracker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def log_metric(self, metric_name, value, timestamp=None, iteration_number=None):
406406
raise
407407

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

0 commit comments

Comments
 (0)