apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine learning models quickly. See the documentation page: https://apricot-select.readthedocs.io/en/latest/index.html
Hi, nixpkgs (nixOS package repository) contributer here. nose is abandoned upstream, so in a effort of cleanup, the following set of patches were made to your project. This migrate to pytest which is a widely used python testing library.
Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.
Hi, nixpkgs (nixOS package repository) contributer here.
nose
is abandoned upstream, so in a effort of cleanup, the following set of patches were made to your project. This migrate to pytest which is a widely used python testing library.https://nose.readthedocs.io/en/latest/