Sampling dataset into training(70%) and validation(30%) data
Afficher commentaires plus anciens
I have a dataset from which I would like to split into validation and training data. The original dataset, validation, and training should be stored in a table. How can I do that in matlab?
Réponses (1)
Swarooph
le 27 Juil 2017
0 votes
If you have the Statistics and Machine Learning Toolbox, cvpartition function is the easiest way to do this. Take a look at the doc here .
2 commentaires
Bernard DUSHIMIMANA
le 27 Juil 2017
Modifié(e) : Bernard DUSHIMIMANA
le 27 Juil 2017
Swarooph
le 28 Juil 2017
Did the documentation help? You can also take a look at this classification example that uses the cvpartition function.
Catégories
En savoir plus sur Classification dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!