python-baycomp
Library for comparison of Bayesian classifiers
Baycomp is a library for Bayesian comparison of classifiers. Functions in the library compare two classifiers on one or on multiple data sets. They compute three probabilities: the probability that the first classifier has higher scores than the second, the probability that differences are within the region of practical equivalence (rope), or that the second classifier has higher scores.
- Versions: 1.0.3
- Website: https://github.com/janezd/baycomp
- Licenses: Expat
- Package source: gnu/packages/python-science.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-baycomp
as follows:
guix install python-baycomp
Or install a particular version:
guix install python-baycomp@1.0.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-baycomp about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-baycomp'><img src='https://packages.guix.gnu.org/packages/python-baycomp/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-baycomp)
Example Org:
[[https://packages.guix.gnu.org/packages/python-baycomp][https://packages.guix.gnu.org/packages/python-baycomp/badges/latest-version.svg]]