x_train,x_test, y_train, y_test = train_test_split(x.to_numpy(),Y,test_size=0.2) x_train
Hosted onDeepnote