Bootstrapping regression learner app
14 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to automatically repeat a regression learner training session (loading and reloading the data, selecting the columns of interest, the number of CV's, etc) and export the RMSE and R^2 values to get the variance and mean of these? I need to compare this to another model, and there isn't a better way than this that I have found. I am willing to create a shell script to do it, I just need to know some of the important terms and syntaxes.
1 件のコメント
Bhargavi Maganuru
2020 年 4 月 1 日
You can generate MATLAB code for your best model and use the code to train with new data. To generate code go to Regression Learner tab, in the Export section, click Generate Function
With the trained model, make predictions on the new data.
Also You can export model to workspace using Export Model in the Export section in Regression learner tab.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!