How to build an Ensemble Voting Classifier Model?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I want to build an ensemble voting classifer model as you can see below.
data=xlsread('train_1.xlsx');
I used classification learner app for my train data.
According to the above idea, I want to combine 4 of the classification models that give highest accuracy rate.
For example;
knn, svm, decision tree give output 1 as a label, naive bayes algorithm gives output 2 as label.
Then the model should gives output 1 as for voting criteria after single classification of each model.
(here obtaining the classification accuracy rate of this ensemble model is also important)
Thank you.
0 Commenti
Risposte (2)
Pratyush Roy
il 1 Nov 2021
Hi Serra,
The following MATLAB Answers link might be helpful:
Hope this helps!
0 Commenti
Nagwa megahed
il 3 Giu 2022
Did you find the way ? please if you reach to it help me with it as i need to implement the same idea very necessary
0 Commenti
Vedere anche
Categorie
Scopri di più su Classification Ensembles in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!