Validation Accuracy is changing when the same classifier is trained on the same data
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mortada Haidar
am 19 Jan. 2017
Kommentiert: Walter Roberson
am 19 Jan. 2017
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.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 19 Jan. 2017
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 Kommentare
Walter Roberson
am 19 Jan. 2017
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Classification Ensembles finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!