Sampling dataset into training(70%) and validation(30%) data
2 ビュー (過去 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!