【UCONN FNCE 5352】UCONN FNCE 5352
Consumer Credit Project
Overview
Banks play a crucial role in market economies. They decide who can get finance and on what terms and
can make or break investment decisions. For markets and society to function, individuals and companies
need access to credit.
Credit scoring algorithms, which make a guess at the probability of default, are the method banks use to
determine whether or not a loan should be granted. This assignment requires students to improve on
the state of the art in credit scoring, by predicting the probability that somebody will experience
financial distress in the next two years.
The goal of this assignment is to build a model that borrowers can use to help make the best financial
decisions.
Files
Files have been posted to
https://github.com/mattmcd71/...
? DataDictionary.xls – Excel Spreadsheet with description of the data in the test and train files
? ConsumerCred-train.csv – Training data set. This file includes the dependent variable
SeriousDlqin2yrs, as well as the independent variables described in the data dictionary.
? ConsumerCred-test.csv – This is the dataset that you’ll need to predict outcomes for. It does not
include the dependent variable (SeriousDlqin2yrs).
? SampleSubmission.csv – This file is a sample of the file that students will need to submit.
Guidelines
Students can form teams to work on building the model. Each team must submit one or more file
submissions with the probability predictions on the test dataset. Submissions must be emailed to
Tianjiao Zhang. Submissions will be assessed on the AUC (Area under the curve) of the submitted
predictions.
推荐阅读
- python|算法的时间复杂度
- 动手学深度学习|动手学深度学习——深度学习简单的介绍
- 记录一下自己学习递归的过程(未完)
- LeetCode编程题解法汇总|力扣解法汇总41-缺失的第一个正数
- SCI|小学生发SCI论文,中学生发新英格兰,这不是后浪,这是海啸啊
- 大数据|基于图卷积堆叠的双向单向LSTM神经网络的地铁客流预测
- LeetCode编程题解法汇总|力扣解法汇总969- 煎饼排序
- LeetCode编程题解法汇总|力扣解法汇总917-仅仅反转字母
- leetcode|LeetCode --- 经典算法题之二分查找三回合