unaimart / ml_acdcproject

In this project, your aim is to leverage machine learning to automatically classify patients' examinations into five distinct classes using as predictors cardiac magnetic resonance radiomics.
0 stars 0 forks source link

Training and validation set creation - simple splitting (train/val/test) #5

Closed marcelokscunha closed 3 months ago

marcelokscunha commented 3 months ago

Training and validation set creation: Divide the dataset into training and validation sets using a method of your choice, and justify your approach. Feel free to experiment with different splitting techniques (simple splitting, cross-validation).

marcelokscunha commented 3 months ago

Done with repeated stratified k fold and simple split (80/20)