Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,12 @@ Dataset on loan grants to customers.
|
|
25 |
| encoding | | Encoding dictionary showing original values of encoded features.|
|
26 |
| loan | Binary classification | Has the loan request been accepted? |
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
# Features
|
30 |
|**Feature** |**Type** |
|
|
|
25 |
| encoding | | Encoding dictionary showing original values of encoded features.|
|
26 |
| loan | Binary classification | Has the loan request been accepted? |
|
27 |
|
28 |
+
# Usage
|
29 |
+
```python
|
30 |
+
from datasets import load_dataset
|
31 |
+
|
32 |
+
dataset = load_dataset("mstz/german", "loan")["train"]
|
33 |
+
```
|
34 |
|
35 |
# Features
|
36 |
|**Feature** |**Type** |
|