Metadata-Version: 2.4
Name: bcclassreport
Version: 1.0.0
Summary: Simple, intuitive binary classification metrics and visualizations
Home-page: https://github.com/Nachiket-Mehendale/bcclassreport
Author: Nachiket Mehendale
Author-email: your.email@example.com
Project-URL: Bug Reports, https://github.com/Nachiket-Mehendale/bcclassreport/issues
Project-URL: Source, https://github.com/Nachiket-Mehendale/bcclassreport
Keywords: binary classification confusion matrix metrics visualization machine-learning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: scikit-learn>=0.24.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# bcclassreport

**Simple, intuitive binary classification metrics and visualizations.**


## Installation
```bash
pip install bcclassreport
