QTIM-Lab / DeepNeuro

A deep learning python package for neuroimaging data. Made by:
https://qtim-lab.github.io
MIT License
123 stars 36 forks source link

Train/Test Splits with Patient/Identifier Groupings #20

Open AnnaBeers opened 6 years ago

AnnaBeers commented 6 years ago

One frequently wants to intelligently split their testing data before processing. Particularly, one wants to make sure that cases in the "Training" set do not share characteristics with cases in the Testing set, such as being derived from the same patient.

It would be useful to create a train/val/test splitting mechanism in DeepNeuro that could figure out these problems for us.