Bootstrapping regression learner app
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Bhargavi Maganuru
el 1 de Abr. de 2020
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.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!