Sampling dataset into training(70%) and validation(30%) data
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Swarooph
2017-7-27
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 个评论
Swarooph
2017-7-28
Did the documentation help? You can also take a look at this classification example that uses the cvpartition function.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!