I am trying to use train_test_split function and write:
train_test_split
from sklearn.model_selection import train_test_split
and this causes
Your sklearn version is too low, model_selection is imported by 0.18.1, so please update the sklearn version.
model_selection