Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <[email protected]>
  • Loading branch information
thomasjpfan committed Jul 24, 2024
1 parent 8dbc6bf commit acbbe8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/comet_ml_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 modelsfrom 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:

Expand Down
4 changes: 2 additions & 2 deletions examples/comet_ml_plugin/comet_ml_plugin/comet_ml_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 modelsfrom 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
Expand All @@ -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"
Expand Down

0 comments on commit acbbe8a

Please sign in to comment.