From 9be5fbd0411a4f64faeb64d5d4988490f4d1f2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Tue, 2 Mar 2021 17:14:04 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Task5=20=E6=A8=A1=E5=9E=8B=E8=9E=8D?= =?UTF-8?q?=E5=90=88.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HeartbeatClassification/Task5 模型融合.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HeartbeatClassification/Task5 模型融合.md b/HeartbeatClassification/Task5 模型融合.md index d15710a..c9dd1ca 100644 --- a/HeartbeatClassification/Task5 模型融合.md +++ b/HeartbeatClassification/Task5 模型融合.md @@ -277,7 +277,7 @@ Blending,其实和Stacking是一种类似的多层模型融合的形式 缺点在于: - 使用了很少的数据(第二阶段的blender只使用training set10%的量) - blender可能会过拟合 -- stacking使用多次的交叉验证会比较稳健 ''' +- stacking使用多次的交叉验证会比较稳健 ```python