Update README.md
Browse files
README.md
CHANGED
|
@@ -141,11 +141,11 @@ configs:
|
|
| 141 |
path: data/train-*
|
| 142 |
---
|
| 143 |
|
| 144 |
-
# Dataset Card for
|
| 145 |
|
| 146 |
-
This dataset is a precise version of UCI Bank
|
| 147 |
|
| 148 |
-
We first created the default bank marketing dataset, as seen here. Then we further run the following
|
| 149 |
|
| 150 |
```python
|
| 151 |
# Define feature types
|
|
|
|
| 141 |
path: data/train-*
|
| 142 |
---
|
| 143 |
|
| 144 |
+
# Dataset Card for Bank Marketing (additional)
|
| 145 |
|
| 146 |
+
This dataset is a precise version of [UCI Bank Marketing](https://archive.ics.uci.edu/dataset/222/bank+marketing)
|
| 147 |
|
| 148 |
+
We first created the default bank marketing dataset, as seen [here](https://huggingface.co/datasets/cestwc/bank-marketing). Then we further run the following Python script to create this additional portion.
|
| 149 |
|
| 150 |
```python
|
| 151 |
# Define feature types
|