pythonc++machine-learningshogun

Getting shogun ML library to work with python


I was trying to install shogun on Windows:

http://www.shogun-toolbox.org/doc/installation.html

but evidently it requires python 2.5 to work. I tried with python 3 and it didn't work. But then python 2.5 no longer exists.

Does anybody know how to get it working with python without using python 2.5?


Solution

  • You won't get very far trying with Python 3 (which is not fully compatible with Python 2.x).

    Furthermore, the installation instructions say:

    "SHOGUN requires the standard linux utils like bash, grep, test, sed, cut, ldd, uname gcc g++ cat python"

    sounds like you are out of luck on windows, unless you resort to Cygwin.