AnguloM commited on
Commit
e459eca
·
verified ·
1 Parent(s): dcc229f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -3
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+ # Loan Data
7
+ This dataset contains information about loan applications, including details about applicants' credit history, income, and loan purposes.
8
+ The data is used for the analysis and prediction of loan approval outcomes.
9
+ ## Dataset Description
10
+ The dataset includes the following columns:
11
+
12
+ - credit.policy: Whether the applicant meets the credit policy criteria (1 = approved, 0 = denied).
13
+ - purpose: The purpose of the loan (e.g., "credit_card", "debt_consolidation", "home_improvement", etc.).
14
+ - int.rate: Interest rate of the loan.
15
+ - installment: Monthly installment amount.
16
+ - log.annual.inc: Log-transformed annual income.
17
+ - dti: Debt-to-income ratio.
18
+ - fico: FICO credit score of the applicant.
19
+ - days.with.cr.line: Number of days the applicant has had a credit line.
20
+ - revol.bal: Revolving balance.
21
+ - revol.util: Revolving credit utilization.
22
+ - inq.last.6mths: Number of inquiries in the last 6 months.
23
+ - delinq.2yrs: Number of delinquencies in the last 2 years.
24
+ - pub.rec: Number of public records (e.g., bankruptcies, foreclosures).
25
+
26
+ ## Dataset Source
27
+ This dataset was obtained from Kaggle:
28
+
29
+ Loan Data on Kaggle
30
+
31
+ ## License Information
32
+ The dataset is released under the Database Contents License (DbCL) v1.0.
33
+ Key Points of the License:
34
+
35
+ - Freedom to use: You are free to use the data for commercial and non-commercial purposes.
36
+ - Modifications and Redistribution: You can modify and redistribute the data, as long as the original source is attributed.
37
+ - No Copyright on Facts: The facts in the dataset are not covered by copyright.
38
+ - No Warranty: The dataset is provided "as is" without any warranty of accuracy, fitness for a particular purpose, or any other guarantee.
39
+
40
+ ## Full License Text
41
+
42
+ The full Database Contents License (DbCL) v1.0 text is available here: Open Data Commons - DbCL.
43
+
44
+ ## Acknowledgements
45
+
46
+ Please note that you are using this dataset at your own risk and the dataset is provided without warranties.
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+