whylogs icon indicating copy to clipboard operation
whylogs copied to clipboard

whylogs comet-ml writer

Open jamie256 opened this issue 2 years ago • 1 comments

Description

It would be useful to have a writer integration with comet-ml for whylogs and example notebook.

jamie256 avatar Sep 12 '22 16:09 jamie256

Looks like it's pretty straight forward to write https://www.comet.com/docs/v2/guides/data-management/using-artifacts/#create-an-artifact

from comet_ml import Experiment, Artifact

experiment = Experiment(
    api_key="<Your API Key>",
    project_name="<Your Project Name>"
)

artifact = Artifact(artifact_name="artifact-name", artifact_type="dataset")
artifact.add("path/to/my/file.csv")
experiment.log_artifact(artifact)
experiment.end()

andyndang avatar Sep 12 '22 17:09 andyndang

This issue is stale. Remove stale label or it will be closed tomorrow.

github-actions[bot] avatar Oct 24 '22 13:10 github-actions[bot]

This issue is stale. Remove stale label or it will be closed tomorrow.

github-actions[bot] avatar Nov 28 '22 13:11 github-actions[bot]

This issue is stale. Remove stale label or it will be closed tomorrow.

github-actions[bot] avatar Jan 02 '23 13:01 github-actions[bot]

This issue is stale. Remove stale label or it will be closed tomorrow.

github-actions[bot] avatar Feb 06 '23 13:02 github-actions[bot]