1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: astroml
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-astropy,
python3-matplotlib,
python3-numpy,
python3-scipy,
python3-pytest,
python3-pytest-doctestplus,
python3-pytest-remotedata,
python3-setuptools,
python3-sklearn
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/astroml
Vcs-Git: https://salsa.debian.org/debian-astro-team/astroml.git
Homepage: https://www.astroml.org/
Package: python3-astroml
Architecture: all
Depends: python3-astropy,
python3-matplotlib,
python3-numpy,
python3-scipy,
python3-sklearn,
${misc:Depends},
${python3:Depends}
Recommends: python3-healpy
Description: Python 3 Machine Learning library for astronomy
AstroML is a Python 3 module for machine learning and data mining built on
numpy, scipy, scikit-learn, and matplotlib. It contains a growing library of
statistical and machine learning routines for analyzing astronomical data in
Python, loaders for several open astronomical datasets, and a large suite of
examples of analyzing and visualizing astronomical datasets.
|