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