Doug Lautzenheiser

37%
Flag icon
Majority voting simply means that we select the class label that has been predicted by the majority of classifiers, that is, received more than 50 percent of the votes. Strictly speaking, the term majority vote refers to binary class settings only. However, it is easy to generalize the majority voting principle to multi-class settings, which is called plurality voting. Here, we select the class label that received the most votes (mode).
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow
Rate this book
Clear rating
Open Preview