BossSensor icon indicating copy to clipboard operation
BossSensor copied to clipboard

Why do you divide the data set like this?

Open Cds3851 opened this issue 5 years ago • 1 comments

X_train, X_test, y_train, y_test = train_test_split(images, labels, test_size=0.3, random_state=random.randint(0, 100)) X_valid, X_test, y_valid, y_test = train_test_split(images, labels, test_size=0.5, random_state=random.randint(0, 100))

Cds3851 avatar Apr 05 '20 19:04 Cds3851