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

Added code to generate a classification report #9

Merged
merged 5 commits into from
May 16, 2024

Conversation

simonada
Copy link

Hi @jacobgil,

This pull request aims to allow users to generate a classification report similar to those created by scikit-learn, but with additional functionality to include confidence intervals for each metric. Leveraging the existing implementations within your library, it computes precision, recall, and F1-score for each class, both individually and as micro and macro averages.

Please review for any potential errors, and don't hesitate to suggest any improvements.

Much appreciated, and thank you for your outstanding package!

@jacobgil
Copy link
Owner

You ROCK, this is a great contribution.

Does it make sense to add a section with this to the Readme? Maybe with an example dataframe output?

@simonada
Copy link
Author

Hi @jacobgil, thanks for the feedback :)

I made some small fixes to the code and added a section in the Readme file.

@jacobgil jacobgil merged commit 4037e0b into jacobgil:main May 16, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants