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

Adding sklearn Classification Report #496

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

rawanmahdi
Copy link

Working with a skewed dataset, it may be helpful to view the precision and f1 scores of the model in addition to the other metrics nativley supported.

What kind of change does this PR introduce?
This PR provides the option for the user to pass in "classification_report" as one of the metrics to select to view for their model.

Does this PR introduce a breaking change?
I dont think so.

What needs to be documented once your changes are merged?
That classification reports are one of the optional default metrics, and can be requested under the string "classification_report". Documentation in the 'metrics.py' file have been updated as part of this PR.

Closing issues
closes #489

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.

Additions to default metrics?
1 participant