mstz commited on
Commit
ebf3e57
·
1 Parent(s): edbc126

Update README.md

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