Validation Accuracy is changing when the same classifier is trained on the same data

1 回表示 (過去 30 日間)
Hello. I am using ensemble classifiers in the Matlab Classification Learner. The problem is that I am getting different accuracies when training the same classifier (Bagged Trees) on the same data.

採用された回答

Walter Roberson
Walter Roberson 2017 年 1 月 19 日
Most of the classifiers include random initialization. To repeat the same accuracy with the same classifier on the same data, set the random number seed each time, using rng()
  2 件のコメント
Mortada Haidar
Mortada Haidar 2017 年 1 月 19 日
Ok I see. But then how can I assess the performance of my model? Validation accuracy is changing drastically when changing the seed..
Walter Roberson
Walter Roberson 2017 年 1 月 19 日
In such a case you have to assume that there is a lot of over-fitting. Reduce the size of your training set and increase the size of your test set.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by