Source: imbalanced-learn
Section: python
Priority: optional
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Aggelos Avgerinos <evaggelos.avgerinos@gmail.com>,
           Christian Kastner <ckk@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3,
               python3-coverage,
               python3-doc,
               python3-matplotlib (>= 2.0.0),
               python3-nose,
               python3-numpy (>= 1.8.2),
               python3-pytest,
               python3-pytest-doctestplus,
               python3-scipy (>= 0.13.3),
               python3-setuptools,
               python3-sklearn (>= 0.23.2),
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/scikit-learn-contrib/imbalanced-learn
Vcs-Git: https://salsa.debian.org/neurodebian-team/imbalanced-learn.git
Vcs-Browser: https://salsa.debian.org/neurodebian-team/imbalanced-learn

Package: python3-imblearn
Architecture: all
Depends: python3-numpy (>= 1.8.2),
         python3-scipy (>= 0.13.3),
         python3-sklearn (>= 0.20),
         ${misc:Depends},
         ${python3:Depends},
Description: library providing resampling techniques
 imbalanced-learn is a Python package offering a number of re-sampling
 techniques commonly used in datasets showing strong between-class imbalance.
 .
 It is compatible with scikit-learn and is part of scikit-learn-contrib
 projects.
