- Ensemble Machine Learning Cookbook
- Dipayan Sarkar Vijayalakshmi Natarajan
- 139字
- 2021-07-02 13:21:55
Max-voting
Max-voting, which is generally used for classification problems, is one of the simplest ways of combining predictions from multiple machine learning algorithms.
In max-voting, each base model makes a prediction and votes for each sample. Only the sample class with the highest votes is included in the final predictive class.
For example, let's say we have an online survey, in which consumers answer a question in a five-level Likert scale. We can assume that a few consumers will provide a rating of five, while others will provide a rating of four, and so on. If a majority, say more than 50% of the consumers, provide a rating of four, then the final rating is taken as four. In this example, taking the final rating as four is similar to taking a mode for all of the ratings.
- 現(xiàn)代測控電子技術(shù)
- Java實用組件集
- Hybrid Cloud for Architects
- Blender 3D Printing by Example
- 大數(shù)據(jù)驅(qū)動的機械裝備智能運維理論及應用
- Python:Data Analytics and Visualization
- 云計算和大數(shù)據(jù)的應用
- 從零開始學Java Web開發(fā)
- Mastering Exploratory Analysis with pandas
- C#求職寶典
- Drupal高手建站技術(shù)手冊
- Natural Language Processing and Computational Linguistics
- PyTorch深度學習
- MySQL Management and Administration with Navicat
- Spark Streaming實時流式大數(shù)據(jù)處理實戰(zhàn)