How to split input data to train & test set
1 次查看(过去 30 天)
显示 更早的评论
Hi;
Is there any functionexist to divide data into train_data & test_data
I have below data:Currently I do it manually,
I want to divide the data in to 70% (train data) and 30% test data. and how to overcome fraction(suppose if data size 11, 70%-->7.7, in this kind of situation take nearest roundoff whole number i.e., 8, test data is 3)
1
2
4
5
6
7
6
8
1
2
4
9
11
23
45
78
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Hypothesis Tests 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!