I tried to install the updated plug in for scikit-sklearn version .13.1-3 on the plugins update page for Python(x,y).
Python(x,y) shows that scikit-sklearn has been update but when I try to import something, I get an error:
from sklearn import preprocessing
File "C:\Python27\lib\site-packages\sklearn\preprocessing.py", line 14, in <module>
from .utils import check_arrays, array2d, atleast2d_or_csr, safe_asarray
File "C:\Python27\lib\site-packages\sklearn\utils\__init__.py", line 9, in <module>
from .murmurhash import murmurhash3_32
ImportError: cannot import name murmurhash3_32
I saw a question in stackoverflow that looks just like this. Here's the link: http://stackoverflow.com/questions/15274696/error-in-importing-from-sklearn
Is anyone else having this error and does anyone know how to fix this?