Learn Before
Multiple Choice

What does the following code do?

from sklearn.model_selection import train_test_split X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)

0

1

Updated 2020-10-05

Tags

Data Science