Question about using regressionLearner app
2 views (last 30 days)
Show older comments
I ussd regressionLearner app to perporm Gaussian Process Regression.
and It was easy for me to use.
But I want to do one more thing which is not in the regressionLearner app.
according to this url, I can calculate 95% prediction interval.
but I cannot find anything about interval and I don't know how to do this with regressionLearner app.
Please let me know how to do this.
Thnaks.
0 Comments
Answers (1)
Drew
on 10 Nov 2022
Since the 95% prediction interval for GPR models is not viewable within the regression learner app, you can move to the matlab command line to view that information. You can do that by exporting the model and/or training function from the regression learner app (see https://www.mathworks.com/help/stats/export-regression-model-to-predict-new-data.html), and then using code like the example that you referenced https://kr.mathworks.com/help/stats/gaussian-process-regression-models.html to obtain and view the 95% prediction interval.
0 Comments
See Also
Categories
Find more on Gaussian Process Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!