I am trying to import the sklearn module into Spyder 2.1 (for Python 2.7). I have installed it on Anaconda through the terminal, but when I try to import it from the console in Spyder I get this error:
ImportError: No module named sklearn.linear_model
I installed sklearn using the command from this link, and it seemed to install fine from the terminal.
I am running Spyder and Anaconda on Ubuntu Crouton (in case that is relevant).