2012/2/2 Jacob VanderPlas <[email protected]>: > File > "/usr/local/lib/python2.6/dist-packages/scikit_learn-0.11_git-py2.6-linux-i686.egg/sklearn/svm/__init__.py", > line 15, in <module> > from . import sparse, libsvm, liblinear > ImportError: cannot import name sparse
It looks suspicously similar to this issue: https://github.com/scikit-learn/scikit-learn/issues/599 Can you try removing the last line of sklearn/svm/sparse/__init__.py to see if the problem goes away? -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
