Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,12 @@ The fundamental task is to use the information about the applicant in their cred
|
|
25 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
26 |
| risk | Binary classification | Will the customer default? |
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
# Features
|
30 |
|**Feature** |**Type**|
|
|
|
25 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
26 |
| risk | Binary classification | Will the customer default? |
|
27 |
|
28 |
+
# Usage
|
29 |
+
```python
|
30 |
+
from datasets import load_dataset
|
31 |
+
|
32 |
+
dataset = load_dataset("mstz/heloc")["train"]
|
33 |
+
```
|
34 |
|
35 |
# Features
|
36 |
|**Feature** |**Type**|
|