python-baycomp 1.0.3
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.
- Outputs:
out
- 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 python-baycomp 1.0.3
as follows:
guix install python-baycomp@1.0.3
Or install the latest version:
guix install python-baycomp
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.