2013/4/26 Shishir Pandey <[email protected]>: > This error is for sklearn version 0.13.1 I am assuming six.move might be > added to 0.14 version. Because the link I used was for the dev version > of sklearn - > http://scikit-learn.org/dev/auto_examples/applications/svm_gui.html#example-applications-svm-gui-py
You should have got a copy of that example script with your scikit-learn installation; examples/applications/svm_gui.py in the source directory. Otherwise, use the version that matches your scikit-learn version, http://scikit-learn.org/0.13.1/auto_examples/applications/svm_gui.html#example-applications-svm-gui-py. > Whats new about xrange in six.moves? It works in Python 3 (where xrange has disappeared). -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
