Skip to content

Commit 20868a7

Browse files
FrancoisPgmogriselCopilot
authored
DOC gallery example for callback support in custom estimators (scikit-learn#34064)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b8e52fc commit 20868a7

2 files changed

Lines changed: 430 additions & 3 deletions

File tree

doc/developers/callback_support.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,6 @@ Here is a typical implementation of callback support in a custom estimator:
240240
return self
241241
242242
243-
.. TODO: add link to example
244-
.. For a more detailed example of how to make a custom estimator or meta-estimator
245-
.. compatible with scikit-learn's callback API, you can refer to this example :
243+
For a more detailed example of how to make a custom estimator or meta-estimator
244+
compatible with scikit-learn's callback API, you can refer to this example :
245+
:ref:`sphx_glr_auto_examples_callbacks_plot_callback_support.py`.

0 commit comments

Comments
 (0)