17 buildPythonPackage rec {
22 inherit pname version;
23 sha256 = "b35cb4e50045742f0ffcfad33044af691d5d36b50212573753a804483a947ca9";
26 propagatedBuildInputs = [ numpy torch scikit-learn scipy tabulate tqdm ];
27 checkInputs = [ pytest pytest-cov flaky pandas pytestCheckHook ];
30 # on CPU, these expect artifacts from previous GPU run
31 "test_load_cuda_params_to_cpu"
34 "test_grid_search_with_slds_"
35 "test_grid_search_with_dict_works"
39 description = "Scikit-learn compatible neural net library using Pytorch";
40 homepage = "https://skorch.readthedocs.io";
41 changelog = "https://github.com/skorch-dev/skorch/blob/master/CHANGES.md";
42 license = licenses.bsd3;
43 maintainers = with maintainers; [ bcdarwin ];
44 # TypeError: __init__() got an unexpected keyword argument 'iid'