Sto usando Python 2.7 in Ubuntu 14.04. Ho installato scikit-learn, numpy e matplotlib con questi comandi:
sudo apt-get install build-essential python-dev python-numpy \
python-numpy-dev python-scipy libatlas-dev g++ python-matplotlib \
ipython
Ma quando importare questi pacchetti:
from sklearn.cross_validation import train_test_split
Mi restituisce questo errore:
ImportError: No module named sklearn.cross_validation
Cosa devo fare?