nafisatibrahim commited on
Commit
6c591bd
·
verified ·
1 Parent(s): 8585a38

Correct team, BuildersLab framing, pretty_name; add badges

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -9,19 +9,19 @@ tags:
9
  - Machine-learning
10
  - Risk-prediction
11
  - Finance
12
- pretty_name: "LendingClub Loan Data (20072018)"
13
  size_categories:
14
  - 1M<n<10M
15
  ---
16
 
17
- # LendingClub Loan Data (20072018)
18
 
19
  [![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey)](https://creativecommons.org/publicdomain/zero/1.0/) [![BuildersLab](https://img.shields.io/badge/BuildersLab-builderslab.dev-F05A24)](https://builderslab.dev/) [![GitHub repo](https://img.shields.io/badge/GitHub-Credit--Risk--Default-181717?logo=github)](https://github.com/BuildersLab/Credit-Risk-Default)
20
 
21
- Personal loan applications and originations from LendingClub (20072018), 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,17 +34,17 @@ This dataset backs **Credit Risk Default**: an explainable credit-risk platform
34
 
35
  | Name | Role |
36
  |---|---|
37
- | Nafisat Ibrahim, Marienne Dosso | Project Lead |
38
- | Bintou Ba, Marienne Dosso, Lynda Allepo | Data Science |
39
- | Divyanshi Kashyap | ML Engineer |
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.
 
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
  [![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey)](https://creativecommons.org/publicdomain/zero/1.0/) [![BuildersLab](https://img.shields.io/badge/BuildersLab-builderslab.dev-F05A24)](https://builderslab.dev/) [![GitHub repo](https://img.shields.io/badge/GitHub-Credit--Risk--Default-181717?logo=github)](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.