- 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.
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- 腦動力:Linux指令速查效率手冊
- 輕松學(xué)Java Web開發(fā)
- Visual FoxPro 6.0數(shù)據(jù)庫與程序設(shè)計(jì)
- Mastering D3.js
- 模型制作
- 現(xiàn)代機(jī)械運(yùn)動控制技術(shù)
- 精通特征工程
- 步步圖解自動化綜合技能
- Building a BeagleBone Black Super Cluster
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實(shí)例
- Mastering OpenStack(Second Edition)
- Creating ELearning Games with Unity
- 傳感器原理及實(shí)用技術(shù)
- Machine Learning in Java