Back to Scikit Learn

Developing with the callback API

doc/developers/callbacks.rst

1.9.0497 B
Original Source

.. _callbacks:

================================ Developing with the callback API

Scikit-learn offers a :term:callback API to use built-in or custom callbacks with compatible estimators. This section is intended for developers who wish to implement callbacks or add callback support in estimators. For a general introduction to callbacks and how to use them, see the :ref:user guide <callbacks_user>.

.. toctree::

callback_support developing_callbacks