Package Details: python2-mdp 3.5-1

Git Clone URL: https://aur.archlinux.org/python2-mdp.git (read-only, click to copy)
Package Base: python2-mdp
Description: Modular toolkit for Data Processing
Upstream URL: http://mdp-toolkit.sourceforge.net/index.html
Licenses: LGPL3
Submitter: giniu
Maintainer: giniu
Last Packager: giniu
Votes: 14
Popularity: 0.000000
First Submitted: 2011-04-26 20:11 (UTC)
Last Updated: 2016-07-30 17:09 (UTC)

Dependencies (7)

  • python2-numpy
  • libsvm (libsvm-openmp) (optional) – for libSVM SVM classifier
  • parallel-python (optional) – for parallel python scheduler
  • python2-joblib (optional) – for caching extension and caching context manager
  • python2-scikit-learn (optional) – for scikits-learn algorithms wrappers
  • python2-scipy (optional) – for faster eigensolver, FFT and convolution routines
  • shogun (optional) – for Shogun SVM classifier

Required by (0)

Sources (1)

Latest Comments

commented on 2012-10-19 06:47 (UTC)

@giniu Thanks,the 3.3 have fixed it.it works well now.

giniu commented on 2012-10-18 17:22 (UTC)

I don't know how I haven't noticed that 3.3 is released. New version already fixed this bug, update and it should work. Thanks for reporting, it made me check it again.

commented on 2012-10-18 10:47 (UTC)

I just got the following lines when I try to import mdp…… --------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-13-ac3567e6d9bc> in <module>() ----> 1 from mdp import help /usr/lib/python2.7/site-packages/mdp/__init__.py in <module>() 163 164 # import our modules --> 165 import nodes 166 import hinet 167 import parallel /usr/lib/python2.7/site-packages/mdp/nodes/__init__.py in <module>() 53 from convolution_nodes import Convolution2DNode 54 __all__ += ['Convolution2DNode'] ---> 55 del convolution_nodes 56 57 if config.has_shogun: NameError: name 'convolution_nodes' is not defined

giniu commented on 2012-02-23 09:27 (UTC)

in 3.2-2 I listed optional dependencies for the package. Also, I added upstream patch that fixes compatibility with scikits-learn 0.9 or newer.