フィルターのクリア

how to to evaluate accuracy score for a model in matlab

22 ビュー (過去 30 日間)
SURENDRA BASKEY
SURENDRA BASKEY 2019 年 11 月 7 日
回答済み: Bhargavi Maganuru 2019 年 12 月 27 日
I have build a decision tree model using matlab.Now i want to test my model with test data.so how can i test my model and calculate the accuracy of my model.thanks in advance
  6 件のコメント
SURENDRA BASKEY
SURENDRA BASKEY 2019 年 11 月 7 日
i think rms error is used for model like regression.my model is binary classification which predicts either 0 or 1.what i want to know is is there inbuilt fuction in matlab which takes y_true and y_predict and gives prediction accuracy based on no of correct prediction.thank you
Walter Roberson
Walter Roberson 2019 年 11 月 7 日
編集済み: Walter Roberson 2019 年 11 月 7 日
No, there is no built-in function for that. "accuracy" is not well-enough defined in the situation for there to be a function for that.
If rms() does not do the job for you, you should probably looking at precision or recall rather than some not-defined accuracy .

サインインしてコメントする。

回答 (1 件)

Bhargavi Maganuru
Bhargavi Maganuru 2019 年 12 月 27 日
You can use loss function to predict classes for the test data and to get accuracy of prediction.

カテゴリ

Help Center および File ExchangeModel Assessment についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by