Metadata-Version: 2.1
Name: kulprit
Version: 0.0.1
Summary: Kullback-Leibler projections for Bayesian model selection.
Maintainer-email: Osvaldo Martin <aloctavodia@gmail.com>, Tomás Capretto <tomicapretto@gmail.com>
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bambi>=0.12.0
Requires-Dist: scikit-learn>=1.0.2
Requires-Dist: numba>=0.56.0
Project-URL: source, https://github.com/bambinos/kulprit
Project-URL: tracker, https://github.com/bambinos/kulprit/issues

# kulprit

_(Pronounced: kuːl.prɪt)_

Kullback-Leibler projections for Bayesian model selection in Python.


## Installation

Currently, this package is only available for download directly from GitHub with the command
```bash
pip install git+https://github.com/bambinos/kulprit.git
```

## Documentation

The Kulprit documentation can be found in the [official docs](https://kulprit.readthedocs.io/en/latest/)


## Development

Read our development guide in [CONTRIBUTING.md](https://github.com/bambinos/kulprit/blob/main/CONTRIBUTING.md).

