- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 116字
- 2021-07-02 12:41:36
Voting and averaging
This is probably the most easily understood type of model aggregation. It just means the final output will be the majority or average of prediction output values from multiple models. It's also possible to assign different weights to each model in the ensemble, for example, some models might consider two votes. However, combining the results of models that are highly correlated to each other doesn't guarantee spectacular improvements. It's better to somehow diversify the models by using different features or different algorithms. If we find that two models are strongly correlated, we may, for example, decide to remove one of them from the ensemble and increase proportionally the weight of the other model.
推薦閱讀
- 大學計算機基礎:基礎理論篇
- 腦動力:Linux指令速查效率手冊
- Design for the Future
- 高維聚類知識發現關鍵技術研究及應用
- 步步圖解自動化綜合技能
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- R Data Analysis Projects
- Linux系統下C程序開發詳解
- 工業機器人操作
- Apache Spark Quick Start Guide
- Embedded Linux Development using Yocto Projects(Second Edition)
- Kubernetes on AWS
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- AVR單片機C語言程序設計實例精粹
- Building Analytics Teams