scikit-learn 0.9.0.dfsg-1 source package in Ubuntu

Changelog

scikit-learn (0.9.0.dfsg-1) unstable; urgency=low

  * New upstream release:
    - renamed module to sklearn,
      scikits.learn adapter was provided to ease migration
    - there is no strict dependency on IPython any longer.  Thus removed
      IPython from build-depends and Suggest it now for binary package
      (Closes: #636472)
  * Enabled all unittests and ignored failures on doctests:
    https://github.com/scikit-learn/scikit-learn/issues/401
  * Adjusted debian/copyright to be fresh DEP5-compliant
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  01 Nov 2011 10:33:13 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
NeuroDebian Team
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
scikit-learn_0.9.0.dfsg.orig.tar.gz 2.1 MiB ea0205e34b9555a674abb64dec9d66f88387909c32e1a5c67911998e27160bf0
scikit-learn_0.9.0.dfsg-1.debian.tar.gz 7.6 KiB 93b4e2ddfc1fca836dc445333089526583e715e38fa5d7fa3f8891901de788be
scikit-learn_0.9.0.dfsg-1.dsc 1.8 KiB 4b5e83e20199eb96ee29035170519d0a58bed9a0c0b891218e36de1741e27401

View changes file

Binary packages built by this source

python-scikits-learn: transitional compatibility package for scikits.learn -> sklearn migration

 Provides old namespace (scikits.learn) and could be removed if
 dependent code migrated to use sklearn for clarity of the namespace.

python-sklearn: Python modules for machine learning and data mining

 scikit-learn is a collection of Python modules relevant to
 machine/statistical learning and data mining. Non-exhaustive list of
 included functionality:
  - Gaussian Mixture Models
  - Manifold learning
  - kNN
  - SVM (via LIBSVM)

python-sklearn-doc: documentation and examples for scikit-learn

 This package contains documentation and example scripts for
 python-sklearn.

python-sklearn-lib: low-level implementations and bindings for scikit-learn

 This is an add-on package for python-sklearn. It provides
 low-level implementations and custom Python bindings for the LIBSVM
 library.