Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-label classification #70

Open
dettmar opened this issue Mar 21, 2022 · 2 comments
Open

Multi-label classification #70

dettmar opened this issue Mar 21, 2022 · 2 comments
Labels

Comments

@dettmar
Copy link

dettmar commented Mar 21, 2022

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

@manujosephv manujosephv added the enhancement New feature or request label Mar 28, 2022
@stale
Copy link

stale bot commented Jan 17, 2023

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 stale bot added the wontfix This will not be worked on label Jan 17, 2023
@stale stale bot removed the wontfix This will not be worked on label Jan 19, 2023
@numomcmc
Copy link

numomcmc commented Mar 4, 2024

Hi

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants