- 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.
- Ansible Configuration Management
- 基于C語言的程序設計
- GNU-Linux Rapid Embedded Programming
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Natural Language Processing Fundamentals
- 實時流計算系統設計與實現
- 返璞歸真:UNIX技術內幕
- Photoshop CS3特效處理融會貫通
- Learning C for Arduino
- 單片機C語言應用100例
- 網絡服務搭建、配置與管理大全(Linux版)
- 精通LabVIEW程序設計
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Python文本分析
- 計算機硬件技術基礎(第2版)