Używam Pythona 2.7 w Ubuntu 14.04. Zainstalowałem scikit-learn, numpy i matplotlib za pomocą tych poleceń:
sudo apt-get install build-essential python-dev python-numpy \
python-numpy-dev python-scipy libatlas-dev g++ python-matplotlib \
ipython
Ale kiedy importuję te pakiety:
from sklearn.cross_validation import train_test_split
Zwraca mi ten błąd:
ImportError: No module named sklearn.cross_validation
Co muszę zrobić?