11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-MrJa17FtWyUd259hEKMtezlTuYcJbaHSXvJ3k10l2uw=";
21 propagatedBuildInputs = [
27 nativeCheckInputs = [ unittestCheckHook ];
28 pythonImportsCheck = [ "baycomp" ];
31 description = "A library for Bayesian comparison of classifiers";
32 homepage = "https://github.com/janezd/baycomp";
33 license = [ lib.licenses.mit ];
34 maintainers = [ lib.maintainers.lucasew ];