-
-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Is your feature request related to a problem? Please describe.
Currently, regression allows for multi-target training, while classification only supports a single target.
Describe the solution you'd like
Add support for multi-target classification, including data handling, output layer size shaping, and appropriate loss.
Describe alternatives you've considered
You currently need to train multiple models, which is both slower and may not get the same performance as learning a common embedding
Additional context
I'm prepared to contribute this feature myself, but wanted to check:
- That there is no unworkable/undesirable roadblock that prevents this from being possible at this time
- That if I were to complete it, that the community is interested in integrating this feature
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on