8000 DOC Add link to plot_classifier_chain_yeast example in ClassifierChai… · scikit-learn/scikit-learn@b58962b · GitHub
[go: up one dir, main page]

Skip to content

Commit b58962b

Browse files
Tialoadrinjalali
authored andcommitted
DOC Add link to plot_classifier_chain_yeast example in ClassifierChain (#26937)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
1 parent 5de9aff commit b58962b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sklearn/multioutput.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,11 @@ class ClassifierChain(MetaEstimatorMixin, ClassifierMixin, _BaseChain):
782782
all of the available features provided to the model plus the predictions
783783
of models that are earlier in the chain.
784784
785+
For an example of how to use ``ClassifierChain`` and benefit from its
786+
ensemble, see
787+
:ref:`ClassifierChain on a yeast dataset
788+
<sphx_glr_auto_examples_multioutput_plot_classifier_chain_yeast.py>` example.
789+
785790
Read more in the :ref:`User Guide <classifierchain>`.
786791
787792
.. versionadded:: 0.19

0 commit comments

Comments
 (0)
0