mstz commited on
Commit
7304c86
·
1 Parent(s): 9980f1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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** |