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

Implement multi-label classification #54

Open
maedbhk opened this issue Dec 14, 2022 · 0 comments
Open

Implement multi-label classification #54

maedbhk opened this issue Dec 14, 2022 · 0 comments

Comments

@maedbhk
Copy link

maedbhk commented Dec 14, 2022

Input argument metrics currently takes list of sklearn metrics (e.g,. roc_auc_score) and adopts default settings. For example, multi_class = 'raise', which means that multi-label classification cannot be done.

I suggest we amend metrics input argument to include optional input parameters to allow for multiclass and multilabel classification.

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