LoansbyRiskLvs_minmaxDt | R Documentation |
This data set consist of the lower and upper bounds of the intervals for four interval characteristics for 35 risk levels (from A1 to G5) of loans. The original microdata is available at the Kaggle Data Science platform and consists of 887 383 loan records characterized by 75 descriptors. Among the large set of variables available, we focus on borrowers' income and account and loan information aggregated by the 35 risk levels wich are considered as the units of interest.
data(LoansbyRiskLvs_minmaxDt)
A data frame containing 35 observations on the following 8 variables.
The minimum, for the current risk category, of natural logarithm of the self-reported annual income provided by the borrower during registration.
The maximum, for the current risk category, of natural logarithm of the self-reported annual income provided by the borrower during registration.
The minimum, for the current risk category, of the interest rate on the loan.
The maximum, for the current risk category, of the interest rate on the loan.
The minimum, for the current risk category, of the number of open credit lines in the borrower's credit file.
The maximum, for the current risk category, of the number of open credit lines in the borrower's credit file.
The minimum, for the current risk category, of the total number of credit lines currently in the borrower's credit file.
The maximum, for the current risk category, of the total number of credit lines currently in the borrower's credit file.
https:www.kaggle.com/wendykan/lending-club-loan-data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.