Update Task5 模型融合.md

This commit is contained in:
王贺
2021-03-02 17:14:04 +08:00
committed by GitHub
parent 699571b22a
commit 9be5fbd041

View File

@@ -277,7 +277,7 @@ Blending其实和Stacking是一种类似的多层模型融合的形式
缺点在于:
- 使用了很少的数据第二阶段的blender只使用training set10%的量)
- blender可能会过拟合
- stacking使用多次的交叉验证会比较稳健 '''
- stacking使用多次的交叉验证会比较稳健
```python