Metadata-Version: 2.1
Name: gbinaryclf
Version: 0.1.1
Summary: Generic Python Package for Binary Classifications
Home-page: https://github.com/altcp/gbinaryclf
License: GNU GPL v3.0
Author: altcp
Author-email: colab.tcp@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/altcp/gbinaryclf
Description-Content-Type: text/markdown

# gbinaryclf

<div align="right">

[![Build status](https://github.com/altcp/gbinaryclf/workflows/build/badge.svg?branch=master&event=push)](https://github.com/altcp/gbinaryclf/actions?query=workflow%3Abuild)
[![pypi](https://img.shields.io/pypi/v/gbinaryclf.svg)](https://pypi.python.org/pypi/gbinaryclf)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/altcp/gbinaryclf/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

</div>

Generic Python Package for Binary Classifications that seeks to include the latest over time and making it easy to use. &nbsp;
Thus, creating something that is current and stable for non-profit or social use.
<p>&nbsp;</p>

## Usage

See -> ./tests/test_example/test_hello.py
<p>&nbsp;</p>


## Features 

<div align="right">

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/altcp/gbinaryclf/blob/master/.pre-commit-config.yaml)

</div>

* Features

<p>&nbsp;</p>



## Why

* https://www.clinfo.eu/mean-median/
* https://www.health.harvard.edu/blog/the-11-most-expensive-medications-201202094228
<p>&nbsp;</p>



## Releases

<div align="right">

[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/altcp/gbinaryclf/releases)

</div>

You can see the list of available releases on the [GitHub Releases](https://github.com/altcp/gdemandfcast/releases) page. &nbsp;
We use [`Release Drafter`](https://github.com/marketplace/actions/release-drafter). As pull requests are merged, a draft release is kept up-to-date listing the changes.
<p>&nbsp;</p>



## License

<div align="right">

[![License](https://img.shields.io/github/license/altcp/gbinaryclf)](https://github.com/altcp/gbinaryclf/blob/master/LICENSE)

</div>

This project is licensed under the terms of the `GNU GPL v3.0` license.
<p>&nbsp;</p>



## 📃 Citation
<p>&nbsp;</p>

```bibtex
@misc{gbinaryclf,
  author = {altcp},
  title = {Generic Python Package for Binary Classifications},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {https://github.com/altcp/gbinaryclf}}
}
```
<p>&nbsp;</p>



## Credits 
<div align="right">

[![🚀 Your next Python package needs a bleeding-edge project structure.](https://img.shields.io/badge/python--package--template-%F0%9F%9A%80-brightgreen)](https://github.com/TezRomacH/python-package-template)

</div>

This project was generated with [`python-package-template`](https://github.com/TezRomacH/python-package-template)

