ray/doc/source/tune/_tutorials/tune-comet.rst
Dhruv Nair 3d79815cd0
Comet Integration (#20766)
This PR adds a `CometLoggerCallback` to the Tune Integrations, allowing users to log runs from Ray to [Comet](https://www.comet.ml/site/).

Co-authored-by: Michael Cullan <mjcullan@gmail.com>
Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
2022-01-25 11:42:00 -08:00

24 lines
754 B
ReStructuredText

.. _tune-comet:
Using Comet with Tune
================================
`Comet <https://www.comet.ml/site/>`_ is a tool to manage and optimize the
entire ML lifecycle, from experiment tracking, model optimization and dataset
versioning to model production monitoring.
.. image:: /images/comet_logo_full.png
:height: 80px
:alt: Comet
:align: center
:target: https://www.comet.ml/site/
Ray Tune offers an integration with Comet through the :ref:`CometLoggerCallback <tune-comet-logger>`, which automatically logs
metrics and parameters reported to Tune to the Comet UI.
Please :doc:`see here for a full example </tune/examples/comet_example>`.
.. _tune-comet-logger:
.. autoclass:: ray.tune.integration.comet.CometLoggerCallback
:noindex: