pytorch_tabular icon indicating copy to clipboard operation
pytorch_tabular copied to clipboard

Multi-label classification

Open dettmar opened this issue 2 years ago • 2 comments

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

dettmar avatar Mar 21 '22 10:03 dettmar

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.

stale[bot] avatar Jan 17 '23 06:01 stale[bot]

Hi

Any chance support for multi-label classification will be provided in the near future? Thanks!!

numomcmc avatar Mar 04 '24 17:03 numomcmc