Learn Before
Train Test Split Function
What would be the dimensions of X_train, y_train, X_test, and y_test?
Given a dataset with 10,000 observations and 50 features plus one label. Assume a train/test split of 75%/25%.
0
1
4 years ago
Tags
Data Science
Related
What does the following code do?
What does the following code do?
Deep learning train/dev/test split
The key purpose of splitting the dataset into training and test sets is:
The purpose of setting the random_state parameter in train_test_split is:
What would be the dimensions of X_train, y_train, X_test, and y_test?