当前位置:网站首页>2022 年第八届“认证杯”中国高校风险管理与控制能力挑战赛
2022 年第八届“认证杯”中国高校风险管理与控制能力挑战赛
2022-07-07 10:01:00 【热心网友俣先生】
本届风控杯开始的时间正是暑期的开始,这场比赛也可以作为大家国赛的练手赛进行队友之间的磨合。本次风控比赛的主题是现在的车贷,题目给出国际市场的数据集。题目如下,
根据题目要求,我们可以看到题目大致需要我们进行两步,一、相关指标的筛选,二、预测模型的建立。这里我们对这两步分开进行详细解释。
在指标处理之前最关键的一步就是我们对给出数据的处理,由于给出的数据可能存在异常值,空缺值我们需要进行相应的处理,相关处理的代码也为大家进行了汇总。
一、相关指标筛选
根据题目的需求,第一步我们需要筛选出相关指标,以方便我们下一步的模型建立求解以及相关的分析。对于指标的选取,这里我认为可以进行两种方式的筛选,客观主观同时进行。即,我们可以人为的先筛选一些指标作为初步指标;同时我们还可以利用相关性分析、因果分析对关键指标进行筛选。稍后会为大家分享一些相关代码,希望能够帮到大家。
二、预测模型的建立
对于贷款人是否会出现拖欠行为进行预测,这问题本身就是一个根据数据建立预测的一个问题。可以建立的预测模型我认为可以有多元线性回归预测,时间序列预测,灰色预测,模糊预测等等。这里有一个比较好的建立就是可以选择两到三种预测模型,最后进行比较结果精确度。这样我们的模型建立的会很完备,同时有效的增加文章篇幅。对于预测模型的代码稍后会进行补充。
最终,预祝大家在这次比赛中取得好成绩,能和自己的队友多磨合,在国赛中更创辉煌。
边栏推荐
- Half of the people don't know the difference between for and foreach???
- Flet tutorial 17 basic introduction to card components (tutorial includes source code)
- Onedns helps college industry network security
- Mise en œuvre du codage Huffman et du décodage avec interface graphique par MATLAB
- In my limited software testing experience, a full-time summary of automation testing experience
- Flet教程之 16 Tabs 选项卡控件 基础入门(教程含源码)
- 软件内部的定时炸弹:0-Day Log4Shell只是冰山一角
- The Oracle message permission under the local Navicat connection liunx is insufficient
- Tsinghua Yaoban programmers, online marriage was scolded?
- Neural approvals to conversational AI (1)
猜你喜欢
Half of the people don't know the difference between for and foreach???
Complete collection of common error handling in MySQL installation
Rationaldmis2022 advanced programming macro program
Talk about SOC startup (11) kernel initialization
Fleet tutorial 15 introduction to GridView Basics (tutorial includes source code)
Automated testing framework
[full stack plan - programming language C] basic introductory knowledge
OneDNS助力高校行业网络安全
Mise en œuvre du codage Huffman et du décodage avec interface graphique par MATLAB
【滤波跟踪】捷联惯导纯惯导解算matlab实现
随机推荐
[filter tracking] comparison between EKF and UKF based on MATLAB extended Kalman filter [including Matlab source code 1933]
Have you ever met flick Oracle CDC, read a table without update operation, and read it repeatedly every ten seconds
STM32F1与STM32CubeIDE编程实例-MAX7219驱动8位7段数码管(基于SPI)
La voie du succès de la R & D des entreprises Internet à l’échelle des milliers de personnes
Automated testing framework
Electron adding SQLite database
Tsinghua Yaoban programmers, online marriage was scolded?
禁锢自己的因素,原来有这么多
人大金仓受邀参加《航天七〇六“我与航天电脑有约”全国合作伙伴大会》
《通信软件开发与应用》课程结业报告
Neural approvals to conversational AI (1)
The Oracle message permission under the local Navicat connection liunx is insufficient
Visual Studio 2019 (LocalDB)\MSSQLLocalDB SQL Server 2014 数据库版本为852无法打开,此服务器支持782版及更低版本
Excel公式知多少?
Fleet tutorial 19 introduction to verticaldivider separator component Foundation (tutorial includes source code)
超标量处理器设计 姚永斌 第10章 指令提交 摘录
Some opinions and code implementation of Siou loss: more powerful learning for bounding box regression zhora gevorgyan
sink 消费 到 MySQL, 数据库表里面已经设置了 自增主键, flink 里面,如何 操作?
112.网络安全渗透测试—[权限提升篇10]—[Windows 2003 LPK.DDL劫持提权&msf本地提权]
Software design - "high cohesion and low coupling"