-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Type: EnhancementIndicates new feature requestsIndicates new feature requestsgood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributors
Description
<--
If you want to propose a new algorithm, please refer first to the scikit-learn inclusion criterion:
https://scikit-learn.org/stable/faq.html#what-are-the-inclusion-criteria-for-new-algorithms
-->
Is your feature request related to a problem? Please describe
convert classification report to dataframe as sklearn classification report
Describe the solution you'd like
to add output_dict to classification_report_imbalanced similar to https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
Describe alternatives you've considered
Additional context
or if you can generate classification_report_imbalanced as a dataframe
Metadata
Metadata
Assignees
Labels
Type: EnhancementIndicates new feature requestsIndicates new feature requestsgood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributors