Datasets:
Update README.md
Browse files
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 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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** |
|