Metadata-Version: 2.1
Name: bcml4pheno
Version: 0.0.3
Summary: Library for conducting, evaluating, and visualizing binary classification machine learning models for physics phenomenology.
Home-page: https://github.com/sheride/bcml4pheno/tree/master/
Author: Elijah Sheridan
Author-email: elijah.sheridan@vanderbilt.edu
License: Apache Software License 2.0
Keywords: ML classification physics phenomenology
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pip
Requires-Dist: packaging
Provides-Extra: dev

# bcml4pheno
> Library for conducting, evaluating, and visualizing binary classification machine learning models for physics phenomenology.


## Install

`pip install bcml4pheno`

## How to use

Refer to our [documentation](https://sheride.github.io/bcml4pheno/), in particular our [example project](https://sheride.github.io/bcml4pheno/full_example.html) should prove insightful.


