How to find the accuracy rate of Regression Models in Classification Learner App
5 views (last 30 days)
Show older comments
Hi all,
Here is the exampe of the :Train Classification Models in Classification Learner App. https://www.mathworks.com/help/stats/check-model-performance-using-test-set-in-regression-learner.html
The result is only RSME, how can I find the accuracy rate?
Thanks,
kevin
0 Comments
Answers (1)
Drew
on 21 Dec 2022
The page that you referenced is for the Regression Learner app. If you look at the doc pages for Classification Learner, or use the Classification Learner app, you will see the classifier accuracy:
Regression models are predicting a continuous variable, so the regression error can be summarized through quantities like the Root Mean Square Error (RMSE).
Classification models are predicting a discrete class output, so the classifer accuracy can be summarized with a percentage accuracy rate.
0 Comments
See Also
Categories
Find more on Classification Learner App 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!