Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train_test_split #9

Open
AlyssaAmod opened this issue Jul 23, 2023 · 0 comments
Open

train_test_split #9

AlyssaAmod opened this issue Jul 23, 2023 · 0 comments
Assignees
Labels
invalid This doesn't seem right question Further information is requested

Comments

@AlyssaAmod
Copy link
Owner

UNN_BraTS23/scripts/data_loader.py

**_line: 135_**

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?

@AlyssaAmod AlyssaAmod added invalid This doesn't seem right question Further information is requested labels Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants