필터 지우기
필터 지우기

How to build an Ensemble Voting Classifier Model?

조회 수: 7 (최근 30일)
Serra Aksoy
Serra Aksoy 2021년 10월 12일
답변: Nagwa megahed 2022년 6월 3일
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.

답변 (2개)

Pratyush Roy
Pratyush Roy 2021년 11월 1일

Nagwa megahed
Nagwa megahed 2022년 6월 3일
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

카테고리

Help CenterFile Exchange에서 Classification Learner App에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by