Different RMSE in Regression Learner App everytime I start a new Session

3 ビュー (過去 30 日間)
Matthias Scherer
Matthias Scherer 2021 年 7 月 1 日
コメント済み: Matthias Scherer 2021 年 7 月 2 日
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?

回答 (1 件)

Mohammad Sami
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.
  1 件のコメント
Matthias Scherer
Matthias Scherer 2021 年 7 月 2 日
And how can I use the random number seed for the regression learner app? Since I need the regression learner app to choose the best model for my data, but setting a number seed would be something I do in command window and I don`t know how to use this to affect the partitions of the k-fold cross validation in the regression learner app.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGaussian Process Regression についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by