Metadata-Version: 2.1
Name: banditml
Version: 0.6.2
Summary: Portable Bandit ML code for training & serving consistency.
Home-page: https://github.com/banditml/banditml
Author: Edoardo Conti, Lionel Vital, Joseph Gilley
Author-email: team@banditml.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-bigquery (~=1.24)
Requires-Dist: pandas (<1.1,>=1.0.3)
Requires-Dist: scikit-learn (<0.23,>=0.22.2.post1)
Requires-Dist: torch (~=1.4)
Requires-Dist: typing-extensions (>=3.7.4)

# Bandit ML pip library

Used to make core Bandit ML code transferable across Python projects (i.e. training
and serving Bandit ML models).


