Metadata-Version: 2.1
Name: bornrule
Version: 0.2.2
Summary: Classification with Born's rule
Home-page: https://github.com/eguidotti/bornrule
License: GPL-3.0-or-later
Author: Emanuele Guidotti
Author-email: emanuele.guidotti@unine.ch
Requires-Python: >=3.6.1
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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-Dist: numpy (>=1.19.5)
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: scikit-learn (>=0.24.2)
Requires-Dist: scipy (>=1.5.4)
Project-URL: Documentation, https://bornrule.eguidotti.com
Project-URL: Repository, https://github.com/eguidotti/bornrule
Description-Content-Type: text/markdown

This package implements the classifier proposed in the paper [Text Classification with Born's Rule](https://proceedings.neurips.cc/paper_files/paper/2022/hash/c88d0c9bea6230b518ce71268c8e49e0-Abstract-Conference.html). All code is available at the [GitHub repository](https://github.com/eguidotti/bornrule). The documentation is available [here](https://bornrule.eguidotti.com).

