- 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.
推薦閱讀
- 計算機應用
- 網上沖浪
- Dreamweaver CS3網頁制作融會貫通
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- 網頁編程技術
- Learning Apache Spark 2
- Mobile DevOps
- Godot Engine Game Development Projects
- 從零開始學JavaScript
- 三菱FX/Q系列PLC工程實例詳解
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- Windows 7來了
- 計算機應用基礎學習指導與練習(Windows XP+Office 2003)
- 數據庫基礎:Access
- 實戰大數據(Hadoop+Spark+Flink):從平臺構建到交互式數據分析(離線/實時)