I need to convert these lists to vectors for SageMaker. I tried doing this:
x_train, x_test, y_train, y_test = train_test_split(x, y, test_size = 0.33, random