I am using cross_validation
from sklearn,
from sklearn.cross_validation import train_test_split
I get the below warning:
cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved.