/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/developers/callbacks.rst
15 строк
498 B
François Paugam
DOC Add a callback glossary section (#34066)
22 май 2026, 15:17
Не верифицирован
22 май 2026, 15:17
6586f7a
Код
Авторство
О чём код?
.. _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