Clear Filters
Clear Filters

How to find the accuracy rate of Regression Models in Classification Learner App

8 views (last 30 days)
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

Answers (1)

Drew
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.

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!