From acbbe8a58df1e0cb4f860b977410a9a8ec56c0fa Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Wed, 24 Jul 2024 09:45:44 -0400 Subject: [PATCH] Address comments Signed-off-by: Thomas J. Fan --- examples/comet_ml_plugin/README.md | 2 +- examples/comet_ml_plugin/comet_ml_plugin/comet_ml_example.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/comet_ml_plugin/README.md b/examples/comet_ml_plugin/README.md index 943bb829b..40a962a52 100644 --- a/examples/comet_ml_plugin/README.md +++ b/examples/comet_ml_plugin/README.md @@ -6,7 +6,7 @@ .. tags:: Integration, Data, Metrics, Intermediate ``` -Comet’s machine learning platform integrates with your existing infrastructure and tools so you can manage, visualize, and optimize models—from training runs to production monitoring. This plugin integrates Flyte with Comet by configuring links between the two platforms. +Comet’s machine learning platform integrates with your existing infrastructure and tools so you can manage, visualize, and optimize models from training runs to production monitoring. This plugin integrates Flyte with Comet by configuring links between the two platforms. To install the plugin, run: diff --git a/examples/comet_ml_plugin/comet_ml_plugin/comet_ml_example.py b/examples/comet_ml_plugin/comet_ml_plugin/comet_ml_example.py index 34301c028..c9eefb937 100644 --- a/examples/comet_ml_plugin/comet_ml_plugin/comet_ml_example.py +++ b/examples/comet_ml_plugin/comet_ml_plugin/comet_ml_example.py @@ -3,7 +3,7 @@ # # # Comet Example # Comet’s machine learning platform integrates with your existing infrastructure and -# tools so you can manage, visualize, and optimize models—from training runs to +# tools so you can manage, visualize, and optimize models from training runs to # production monitoring. This plugin integrates Flyte with Comet by configuring # links between the two platforms. import os @@ -21,7 +21,7 @@ # %% [markdown] # First, we specify the project and workspace that we will use with Comet's platform -# Please update `PROJECT_NAME` and `WORKSPACE` to the value associated with your account. +# Please update `PROJECT_NAME` and `WORKSPACE` to the values associated with your account. # %% PROJECT_NAME = "flytekit-comet-ml-v1" WORKSPACE = "thomas-unionai"