I have 9 different models for a classification problem with three possible outputs. I wanna do VotingClassifier with a hard voting mechanism.
Sounds easy, just count how often which class is predicted. But if I wanna use the function instead of programming it myself, what happens by a tie?
For example 1x class 0, 4x class 1, 4x class 2
I tried so find some pattern but no chance. It is not ascending or something else, it looks random. Is there a possibility, that when a tie happens, I can say “use class 4”?
That would be great, thanks!
I treid already to figure out some pattern, without success..
Ivo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.