- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 134字
- 2021-07-02 12:46:31
Predicting credit default
In the financial services industry, one of the major sources of losing out on revenues is the default of certain customers. However, a very small percentage of the total customers default. Hence, this becomes a problem of classification and, more importantly, identifying rare events.
In this case study, we will analyze a dataset that tracks certain key attributes of a customer at a given point in time and tries to predict whether the customer is likely to default.
Let's consider the way in which you might operationalize the predictions from the model we build. Businesses might want to have a special focus on the customers who are more likely to default—potentially giving them alternative payment options or a way to reduce the credit limit, and so on.
- C及C++程序設計(第4版)
- Implementing Modern DevOps
- Java開發入行真功夫
- 數據結構與算法JavaScript描述
- UML+OOPC嵌入式C語言開發精講
- 網店設計看這本就夠了
- Java性能權威指南(第2版)
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- PhoneGap:Beginner's Guide(Third Edition)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- C++寶典
- The Statistics and Calculus with Python Workshop
- Learning Unreal Engine Game Development
- Google Maps JavaScript API Cookbook
- HTML5 Canvas核心技術:圖形、動畫與游戲開發