- 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.
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- Microsoft Power BI Quick Start Guide
- 機器學習及應用(在線實驗+在線自測)
- Security Automation with Ansible 2
- Android游戲開發案例與關鍵技術
- Ruby on Rails敏捷開發最佳實踐
- 工業機器人維護與保養
- 從零開始學C++
- INSTANT Munin Plugin Starter
- SQL Server數據庫應用基礎(第2版)
- Hands-On Deep Learning with Go
- 基于Proteus的PIC單片機C語言程序設計與仿真
- Moodle 2.0 Course Conversion(Second Edition)
- 菜鳥起飛五筆打字高手
- Python語言從入門到精通