From 4550122120b75c9507658264577b784d8f95e1dc Mon Sep 17 00:00:00 2001 From: LilRachel <506748959> Date: Sun, 13 Sep 2020 23:00:49 +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/Task1 赛题理解.md | 5 +++-- FinancialRiskControl/Task2 数据分析.md | 3 ++- FinancialRiskControl/Task3 特征工程.md | 3 ++- FinancialRiskControl/Task4 建模调参.md | 3 ++- FinancialRiskControl/Task5 模型融合.md | 3 ++- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/FinancialRiskControl/Task1 赛题理解.md b/FinancialRiskControl/Task1 赛题理解.md index 1891b99..a4d3aad 100644 --- a/FinancialRiskControl/Task1 赛题理解.md +++ b/FinancialRiskControl/Task1 赛题理解.md @@ -2,7 +2,8 @@ Tip:本次新人赛是Datawhale与天池联合发起的0基础入门系列赛事第四场 —— 零基础入门金融风控之贷款违约预测挑战赛。 赛题以金融风控中的个人信贷为背景,要求选手根据贷款申请人的数据信息预测其是否有违约的可能,以此判断是否通过此项贷款,这是一个典型的分类问题。通过这道赛题来引导大家了解金融风控中的一些业务背景,解决实际问题,帮助竞赛新人进行自我练习、自我提高。 -地址: +项目地址:https://github.com/datawhalechina/team-learning-data-mining/tree/master/FinancialRiskControl +比赛地址:https://tianchi.aliyun.com/competition/entrance/531830/introduction ### 1.1 学习目标 理解赛题数据和目标,清楚评分体系。 @@ -497,5 +498,5 @@ END. Datawhale是一个专注于数据科学与AI领域的开源组织,汇集了众多领域院校和知名企业的优秀学习者,聚合了一群有开源精神和探索精神的团队成员。Datawhale 以“for the learner,和学习者一起成长”为愿景,鼓励真实地展现自我、开放包容、互信互助、敢于试错和勇于担当。同时 Datawhale 用开源的理念去探索开源内容、开源学习和开源方案,赋能人才培养,助力人才成长,建立起人与人,人与知识,人与企业和人与未来的联结。 本次数据挖掘路径学习,专题知识将在天池分享,详情可关注Datawhale: -![logo.png](https://img-blog.csdnimg.cn/2020091301022698.png#pic_center)) +![logo.png](https://img-blog.csdnimg.cn/2020091301022698.png#pic_center) diff --git a/FinancialRiskControl/Task2 数据分析.md b/FinancialRiskControl/Task2 数据分析.md index 08350d0..3f3e320 100644 --- a/FinancialRiskControl/Task2 数据分析.md +++ b/FinancialRiskControl/Task2 数据分析.md @@ -11,7 +11,8 @@ - 3.为特征工程做准备 -地址:https://tianchi.aliyun.com/competition/entrance/531830/introduction +项目地址:https://github.com/datawhalechina/team-learning-data-mining/tree/master/FinancialRiskControl +比赛地址:https://tianchi.aliyun.com/competition/entrance/531830/introduction ## 2.1 学习目标 diff --git a/FinancialRiskControl/Task3 特征工程.md b/FinancialRiskControl/Task3 特征工程.md index b582eb3..8343a81 100644 --- a/FinancialRiskControl/Task3 特征工程.md +++ b/FinancialRiskControl/Task3 特征工程.md @@ -5,7 +5,8 @@ 赛题:零基础入门数据挖掘 - 零基础入门金融风控之贷款违约 -地址: https://tianchi.aliyun.com/competition/entrance/531830/introduction +项目地址:https://github.com/datawhalechina/team-learning-data-mining/tree/master/FinancialRiskControl +比赛地址:https://tianchi.aliyun.com/competition/entrance/531830/introduction ## 3.1 学习目标 diff --git a/FinancialRiskControl/Task4 建模调参.md b/FinancialRiskControl/Task4 建模调参.md index a8fd481..b3ec426 100644 --- a/FinancialRiskControl/Task4 建模调参.md +++ b/FinancialRiskControl/Task4 建模调参.md @@ -5,7 +5,8 @@ 赛题:零基础入门数据挖掘 - 零基础入门金融风控之贷款违约预测 -地址: https://tianchi.aliyun.com/competition/entrance/531830/introduction +项目地址:https://github.com/datawhalechina/team-learning-data-mining/tree/master/FinancialRiskControl +比赛地址:https://tianchi.aliyun.com/competition/entrance/531830/introduction diff --git a/FinancialRiskControl/Task5 模型融合.md b/FinancialRiskControl/Task5 模型融合.md index b8ef388..14dbc30 100644 --- a/FinancialRiskControl/Task5 模型融合.md +++ b/FinancialRiskControl/Task5 模型融合.md @@ -2,7 +2,8 @@ Tip:此部分为零基础入门金融风控的 Task5 模型融合部分,欢迎大家后续多多交流。 赛题:零基础入门数据挖掘 - 零基础入门金融风控之贷款违约预测 -地址: +项目地址:https://github.com/datawhalechina/team-learning-data-mining/tree/master/FinancialRiskControl +比赛地址:https://tianchi.aliyun.com/competition/entrance/531830/introduction ### 5.1 学习目标 将之前建模调参的结果进行模型融合。