You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I see in the examples that multi-label classification isn't implemented yet. Is that still the case? And if so, is there a timeline for when this will be implemented?
Describe the solution you'd like
Many tabular problems require more than one-class classification. Since it's doable in vanilla PyTorch, I think it would be a fantastic addition to Tabular as well, since it makes training a lot more convenient and streamlined.
Describe alternatives you've considered
Wrapping a classifier in something like sklearn's MultiOutputClassifier introduces many issues such as lack of native validation set, early stopping, etc.
Additional context
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
I see in the examples that multi-label classification isn't implemented yet. Is that still the case? And if so, is there a timeline for when this will be implemented?
Describe the solution you'd like
Many tabular problems require more than one-class classification. Since it's doable in vanilla PyTorch, I think it would be a fantastic addition to Tabular as well, since it makes training a lot more convenient and streamlined.
Describe alternatives you've considered
Wrapping a classifier in something like sklearn's MultiOutputClassifier introduces many issues such as lack of native validation set, early stopping, etc.
Additional context
The text was updated successfully, but these errors were encountered: