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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: pebl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry@yahoo.es>, Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
python-all-dev, python-support, python-setuptools, python-sphinx,
python-numpy, python-pydot, python-boto
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pebl/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pebl/trunk/
Homepage: https://code.google.com/p/pebl-project/
Package: python-pebl
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
Recommends: python-pydot, python-boto
Python-Depends: python-numpy
Provides: ${python:Provides}
Suggests: python-pebl-dbg, python-pebl-doc
Description: Python Environment for Bayesian Learning
Pebl is a Python library and command line application for learning
the structure of a Bayesian network given prior knowledge and
observations. Pebl includes the following features:
* Can learn with observational and interventional data
* Handles missing values and hidden variables using exact and heuristic
methods
* Provides several learning algorithms; makes creating new ones simple
* Has facilities for transparent parallel execution using several
cluster/grid resources
* Calculates edge marginals and consensus networks
* Presents results in a variety of formats
Package: python-pebl-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-pebl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Python Environment for Bayesian Learning - debug
Pebl is a Python library and command line application for learning
the structure of a Bayesian network given prior knowledge and
observations.
.
This package contains the debugging symbols.
Package: python-pebl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: python-pebl
Description: Python Environment for Bayesian Learning - documentation
Pebl is a Python library and command line application for learning
the structure of a Bayesian network given prior knowledge and
observations.
.
This package contains the documentation.
|