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

Multilabel classification #1

Open
peichins opened this issue Jun 25, 2024 · 0 comments
Open

Multilabel classification #1

peichins opened this issue Jun 25, 2024 · 0 comments

Comments

@peichins
Copy link
Member

Currently, inference/classify is only set up to do single-label classification. It's quite common both in training and running a classifier that more than one class will appear in the same example.

The current way to build a labelled dataset is through a folder-of-folders, where each subfolder represents a class. Therefore, each example must belong to only one class. If an example contains more than one label, and therefore belongs to more than one class, we need to either choose one of the folders, put a copy of the same example in both folders or exclude it from training. All of these are problematic.

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

No branches or pull requests

1 participant