Different RMSE in Regression Learner App everytime I start a new Session
1 次查看(过去 30 天)
显示 更早的评论
Everytime I start a new Session in the Regression Learner App I get different RMSEs (Validation) although I am using the same model and the same dataset, features, fold numbers for k-fold. Could this occur due to k-fold partitions getting randomly initialized every time I start a new session?
0 个评论
回答(1 个)
Mohammad Sami
2021-7-2
The partitions would be randomly initiated. You can set a random number seed before you begin, to try and get the same results.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Gaussian Process Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!