Skip to content

Commit

Permalink
[doc] Fix broken link. [skip ci] (#7655)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 15, 2022
1 parent 0da7d87 commit 93eebe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials/multioutput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Starting from version 1.6, XGBoost has experimental support for multi-output reg
and multi-label classification with Python package. Multi-label classification usually
refers to targets that have multiple non-exclusive class labels. For instance, a movie
can be simultaneously classified as both sci-fi and comedy. For detailed explanation of
terminologies related to different multi-output models please refer to the `scikit-learn
user guide <https://scikit-learn.org/stable/modules/multiclass.HTML>`_.
terminologies related to different multi-output models please refer to the
:doc:`scikit-learn user guide <sklearn:modules/multiclass>`.

Internally, XGBoost builds one model for each target similar to sklearn meta estimators,
with the added benefit of reusing data and other integrated features like SHAP. For a
Expand Down

0 comments on commit 93eebe8

Please sign in to comment.