You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our code is saying test_size = 0.7, which to me sounds like we're splitting our data as 30-70 (train-val/test)
for sklearn function train_test_split() --> what is test size? Is it the proportion of data going into the the val/test portion of the split or is it the proportion of data being used for train data split, with the remainder being for test/val split?
Also, Brats Challenge Validation dataset is small so need to change this split?
The text was updated successfully, but these errors were encountered:
UNN_BraTS23/scripts/data_loader.py
our code is saying test_size = 0.7, which to me sounds like we're splitting our data as 30-70 (train-val/test)
for sklearn function train_test_split() --> what is test size? Is it the proportion of data going into the the val/test portion of the split or is it the proportion of data being used for train data split, with the remainder being for test/val split?
Also, Brats Challenge Validation dataset is small so need to change this split?
The text was updated successfully, but these errors were encountered: