This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-baycomp/badges/latest-version.svg)](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]]