NameError Traceback (most recent call last)
in <cell line: 0>() 1 from sklearn.model_selection import train_test_split ----> 2 x_train, x_test, y_train, y_test = train_test_split(x, y, test_size=0.2, random_state=100)
NameError: name 'x' is not defined