From c5b1a94191e45dc35ef7b410a2b67884ee1fd381 Mon Sep 17 00:00:00 2001 From: LilRachel <506748959> Date: Sun, 13 Sep 2020 01:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E8=9E=8D=E9=A3=8E=E6=8E=A7=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E4=BF=AE=E6=94=B9v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FinancialRiskControl/Task5 模型融合.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FinancialRiskControl/Task5 模型融合.md b/FinancialRiskControl/Task5 模型融合.md index ec090bf..b8ef388 100644 --- a/FinancialRiskControl/Task5 模型融合.md +++ b/FinancialRiskControl/Task5 模型融合.md @@ -162,7 +162,7 @@ for clf, label, grd in zip(clf_list, label, grid): ax = plt.subplot(gs[grd[0], grd[1]]) fig = plot_decision_regions(X=X, y=y, clf=clf) plt.title(label) - + plt.show() ```