Sampling dataset into training(70%) and validation(30%) data
Ältere Kommentare anzeigen
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?
Antworten (1)
Swarooph
am 27 Jul. 2017
0 Stimmen
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 Kommentare
Bernard DUSHIMIMANA
am 27 Jul. 2017
Bearbeitet: Bernard DUSHIMIMANA
am 27 Jul. 2017
Swarooph
am 28 Jul. 2017
Did the documentation help? You can also take a look at this classification example that uses the cvpartition function.
Kategorien
Mehr zu Classification finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!