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

precision,recall,f1_score for non binary classification #779

Open
SamanHushi opened this issue May 17, 2024 · 0 comments
Open

precision,recall,f1_score for non binary classification #779

SamanHushi opened this issue May 17, 2024 · 0 comments
Labels
enhancement 💡 New feature or request

Comments

@SamanHushi
Copy link
Contributor

Is your feature request related to a problem?

When I need the results from a non binary classifier you need to iterate over every unique positive class to evaluate it

Desired solution

example on recall()
model.recall() should also accept None for positive_class and then return results for every unique value in the target column,
That way it can also handel non binary classification

it could be handelt in a table with head ["value", "recall"] and show in the columns the results for each positive class

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@SamanHushi SamanHushi added the enhancement 💡 New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant