Replies: 1 comment
-
I wonder this as well, in previous releases I did see documentation about multi-label classification, but now it seems to be removed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the example below, there are observations labeled as classes 0, 1, 2 or 3. If there is a DAG defining the hierarchy for the classes then it is possible to train a model using hiclass.
But what if the case is as follows:
I have multiple binary labels that represent each observation and those labels can be organized in a DAG structure to define the hierarchy. Is it possible to train a model using hiclass?
From the documentation I am assuming it is not possible. Is the current framework able to expand to this scenario?
Beta Was this translation helpful? Give feedback.
All reactions