Datasets:
Correct team, BuildersLab framing, pretty_name; add badges
Browse files
README.md
CHANGED
|
@@ -9,19 +9,19 @@ tags:
|
|
| 9 |
- Machine-learning
|
| 10 |
- Risk-prediction
|
| 11 |
- Finance
|
| 12 |
-
pretty_name: "LendingClub Loan Data (2007
|
| 13 |
size_categories:
|
| 14 |
- 1M<n<10M
|
| 15 |
---
|
| 16 |
|
| 17 |
-
# LendingClub Loan Data (2007
|
| 18 |
|
| 19 |
[](https://creativecommons.org/publicdomain/zero/1.0/) [](https://builderslab.dev/) [](https://github.com/BuildersLab/Credit-Risk-Default)
|
| 20 |
|
| 21 |
-
Personal loan applications and originations from LendingClub (2007
|
| 22 |
|
| 23 |
- **Project repo:** https://github.com/BuildersLab/Credit-Risk-Default
|
| 24 |
-
- **Source:** [Kaggle
|
| 25 |
- **License:** CC0 1.0 Universal (Public Domain)
|
| 26 |
|
| 27 |
## About the project
|
|
@@ -34,17 +34,17 @@ This dataset backs **Credit Risk Default**: an explainable credit-risk platform
|
|
| 34 |
|
| 35 |
| Name | Role |
|
| 36 |
|---|---|
|
| 37 |
-
| Nafisat Ibrahim
|
| 38 |
-
|
|
| 39 |
-
|
|
| 40 |
|
| 41 |
## Data Dictionary
|
| 42 |
|
| 43 |
Two project-generated summary files under `data_dictionary/`, produced while cleaning
|
| 44 |
-
the raw LendingClub CSV (see [`notebooks/00_cleaning.ipynb`](https://github.com/BuildersLab/Credit-Risk-Default/blob/main/notebooks/00_cleaning.ipynb))
|
| 45 |
|
| 46 |
-
- **`data_dictionary_summary.csv`**
|
| 47 |
(LendingClub's official column definition), `Missing Values` (count),
|
| 48 |
`Percentage (%)`, and `Missingness Label` (e.g. "Very High (95-100%)").
|
| 49 |
-
- **`missing_values_summary.csv`**
|
| 50 |
used to identify and drop columns with structural missingness before modeling.
|
|
|
|
| 9 |
- Machine-learning
|
| 10 |
- Risk-prediction
|
| 11 |
- Finance
|
| 12 |
+
pretty_name: "LendingClub Loan Data (2007-2018)"
|
| 13 |
size_categories:
|
| 14 |
- 1M<n<10M
|
| 15 |
---
|
| 16 |
|
| 17 |
+
# LendingClub Loan Data (2007-2018)
|
| 18 |
|
| 19 |
[](https://creativecommons.org/publicdomain/zero/1.0/) [](https://builderslab.dev/) [](https://github.com/BuildersLab/Credit-Risk-Default)
|
| 20 |
|
| 21 |
+
Personal loan applications and originations from LendingClub (2007-2018), sourced from Kaggle. Used by [BuildersLab](https://github.com/BuildersLab)'s **Credit Risk Default** project to build an explainable model that predicts **loan application defaults**, not a credit card product, for a fictional bank case study.
|
| 22 |
|
| 23 |
- **Project repo:** https://github.com/BuildersLab/Credit-Risk-Default
|
| 24 |
+
- **Source:** [Kaggle: All Lending Club loan data](https://www.kaggle.com/datasets/wordsforthewise/lending-club) (`wordsforthewise/lending-club`)
|
| 25 |
- **License:** CC0 1.0 Universal (Public Domain)
|
| 26 |
|
| 27 |
## About the project
|
|
|
|
| 34 |
|
| 35 |
| Name | Role |
|
| 36 |
|---|---|
|
| 37 |
+
| Nafisat Ibrahim | Data Scientist, Project Lead |
|
| 38 |
+
| Marienne Dosso | Data Scientist |
|
| 39 |
+
| Bintou Ba | Data Scientist |
|
| 40 |
|
| 41 |
## Data Dictionary
|
| 42 |
|
| 43 |
Two project-generated summary files under `data_dictionary/`, produced while cleaning
|
| 44 |
+
the raw LendingClub CSV (see [`notebooks/00_cleaning.ipynb`](https://github.com/BuildersLab/Credit-Risk-Default/blob/main/notebooks/00_cleaning.ipynb)), not Kaggle's raw column list.
|
| 45 |
|
| 46 |
+
- **`data_dictionary_summary.csv`**: one row per column: `Variable`, `Description`
|
| 47 |
(LendingClub's official column definition), `Missing Values` (count),
|
| 48 |
`Percentage (%)`, and `Missingness Label` (e.g. "Very High (95-100%)").
|
| 49 |
+
- **`missing_values_summary.csv`**: missing-value counts and percentages per column,
|
| 50 |
used to identify and drop columns with structural missingness before modeling.
|