Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,10 +8,11 @@ tags:
|
|
8 |
pretty_name: NBFI
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
-
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- default
|
|
|
15 |
---
|
16 |
# NBFI
|
17 |
The [NBFI dataset](https://www.kaggle.com/datasets/meastanmay/nbfi-vehicle-loan-repayment-dataset) from the [Kaggle](https://www.kaggle.com/datasets).
|
@@ -21,6 +22,13 @@ Client default prediction.
|
|
21 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
22 |
| default | Binary classification | Has the client defaulted? |
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
# Features
|
26 |
|**Feature** |**Type** |
|
|
|
8 |
pretty_name: NBFI
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
+
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- default
|
15 |
+
license: cc
|
16 |
---
|
17 |
# NBFI
|
18 |
The [NBFI dataset](https://www.kaggle.com/datasets/meastanmay/nbfi-vehicle-loan-repayment-dataset) from the [Kaggle](https://www.kaggle.com/datasets).
|
|
|
22 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
23 |
| default | Binary classification | Has the client defaulted? |
|
24 |
|
25 |
+
# Usage
|
26 |
+
```python
|
27 |
+
from datasets import load_dataset
|
28 |
+
|
29 |
+
dataset = load_dataset("mstz/nbfi")["train"]
|
30 |
+
```
|
31 |
+
|
32 |
|
33 |
# Features
|
34 |
|**Feature** |**Type** |
|