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

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

Ok I see. But then how can I assess the performance of my model? Validation accuracy is changing drastically when changing the seed..
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개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by