Sampling dataset into training(70%) and validation(30%) data
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
Swarooph
el 27 de Jul. de 2017
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 comentarios
Swarooph
el 28 de Jul. de 2017
Did the documentation help? You can also take a look at this classification example that uses the cvpartition function.
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!