Kullback-Leibler projections for Bayesian model selection ========================================================= |Tests| |Coverage| |Black| .. |Tests| image:: https://github.com/bambinos/kulprit/actions/workflows/test.yml/badge.svg :target: https://github.com/bambinos/kulprit .. |Coverage| image:: https://codecov.io/gh/bambinos/kulprit/branch/main/graph/badge.svg?token=SLJIK2O4C5 :target: https://codecov.io/gh/bambinos/kulprit .. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black Kulprit is under active development so use it with care. If you find any bugs or have any feature requests, please open an issue on GitHub. Besides this documentation, we also recommend you to read `Robust and efficient projection predictive inference `_. The paper is not about Kulprit, but introduces the theory behind Kulprit and also provides some practical advice. You may also find this `guide `_ on Cross-Validation and model selection is useful. Installation ============ Kulprit requires a working Python interpreter (3.9+). We recommend installing Python and key numerical libraries using the `Anaconda Distribution `_, which has one-click installers available on all major platforms. Assuming a standard Python environment is installed on your machine (including pip), Kulprit itself can be installed in one line using pip: .. code-block:: bash pip install kulprit Alternatively, if you want the bleeding edge version of the package you can install it from GitHub: .. code-block:: bash pip install git+https://github.com/bambinos/kulprit.git Dependencies ============ Kulprit is tested on Python 3.9+. Dependencies are listed in `pyproject.toml` and should all be installed by the Kulprit installer; no further action should be required. Contributing ============ We welcome contributions from interested individuals or groups! For information about contributing to Kulrpit check out our instructions, policies, and guidelines `here `_. Contributors ============ See the `GitHub contributor page `_. Citation ======== If you find Kulprit useful in your work, please cite the following paper: .. code-block:: latex @misc{mclatchie2023, title={Robust and efficient projection predictive inference}, author={Yann McLatchie and Sölvi Rögnvaldsson and Frank Weber and Aki Vehtari}, year={2023}, eprint={2306.15581}, archivePrefix={arXiv}, primaryClass={stat.ME} } Donations ============ If you want to support Kulprit financially, you can `make a donation `_ to our sister project PyMC. Contents ======== .. toctree:: :maxdepth: 2 examples/quick-start api_reference Indices ======= * :ref:`genindex` * :ref:`modindex`