{Framework} integration with Comet

June 29, 2026 ยท View on GitHub

Instrument {Framework} with Comet to start managing experiments, create dataset versions, and track hyperparameters for faster, easier reproducibility and collaboration.

Documentation

For more information on using and configuring the integration, see: https://www.comet.com/docs/v2/

See it

Setup

Install dependencies with uv:

uv sync

Run the example

uv run python example_integration.py

No Comet account? Run it offline (logs to a local archive instead of the Comet UI):

COMET_MODE=offline uv run python example_integration.py