Skip to content

Commit

Permalink
Update docs/source/algorithms/multi_label.rst
Browse files Browse the repository at this point in the history
Co-authored-by: mirand863 <[email protected]>
  • Loading branch information
agemcipe and mirand863 authored Jan 19, 2024
1 parent 9c069e9 commit 04f1988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/algorithms/multi_label.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Furthermore, by explicitly specifying the whole path form root to leave nodes, t
Fitting the Classifiers
++++++++++++++++++++++++++
In this section we outline how fitting of the local classifiers is implemented in HiClass for multi-path hierarchical classification.
Here we only focus on the multi-path hierarchical classification case for the :class:`hiclass.MultiLabelLocalClassifierPerNode` and :class:`hiclass.MultiLabelLocalClassifierPerNode` classifiers.
Here we only focus on the multi-path hierarchical classification case for the :class:`hiclass.MultiLabelLocalClassifierPerNode` and :class:`hiclass.MultiLabelLocalClassifierPerParentNode` classifiers.
For a recap on how the strategies work, visit the :ref:`Algorithms<algorithms>` section.

Local Classifier Per Node
Expand Down

0 comments on commit 04f1988

Please sign in to comment.