Different RMSE in Regression Learner App everytime I start a new Session
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Mohammad Sami
am 2 Jul. 2021
The partitions would be randomly initiated. You can set a random number seed before you begin, to try and get the same results.
Siehe auch
Kategorien
Mehr zu Gaussian Process Regression finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!