mstz commited on
Commit
66b37b1
1 Parent(s): db4e3d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -20,8 +20,18 @@ Potential clients are contacted by a bank during a second advertisement campaign
20
  This datasets records the customer, the interaction with the AD campaign, and if they subscribed to a proposed bank plan or not.
21
 
22
  # Configurations and tasks
23
- - `encoding` The encoding dictionaries mapping binary and ordinal features to their value;.
24
- - `subscription` Binary classification task to classify whether the customer has subscribed or not.
 
 
 
 
 
 
 
 
 
 
25
 
26
  # Features
27
  | **Name** |**Type** |
 
20
  This datasets records the customer, the interaction with the AD campaign, and if they subscribed to a proposed bank plan or not.
21
 
22
  # Configurations and tasks
23
+ | **Configuration** | **Task** | Description |
24
+ |-------------------|---------------------------|-----------------------------------------------------------------|
25
+ | encoding | | Encoding dictionary showing original values of encoded features.|
26
+ | subscription | Binary classification | Has the customer subscribed to a bank plan? |
27
+
28
+ # Usage
29
+ ```
30
+ from datasets import load_dataset
31
+
32
+
33
+ dataset = load_dataset("mstz/bank", "subscription")["train"]
34
+ ```
35
 
36
  # Features
37
  | **Name** |**Type** |