I was following a tutorial about machine learning and following code works fine in tutorial but shows error when i try exact same thing:
from sklearn.cross_validation import train_test_split
It returns me this error:
ImportError: No module named sklearn.cross_validation