No module named ‘sklearn.cross_validation’
As pointed out by @amit-gupta in the question above, sklearn.cross_validation has been deprecated. The function train_test_split can now be found here: Simply replace the import statement from the question to the one above.