Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: age
|
5 |
+
dtype: int64
|
6 |
+
- name: job
|
7 |
+
dtype: string
|
8 |
+
- name: marital
|
9 |
+
dtype: string
|
10 |
+
- name: education
|
11 |
+
dtype: string
|
12 |
+
- name: default
|
13 |
+
dtype: string
|
14 |
+
- name: balance
|
15 |
+
dtype: int64
|
16 |
+
- name: housing
|
17 |
+
dtype: string
|
18 |
+
- name: loan
|
19 |
+
dtype: string
|
20 |
+
- name: contact
|
21 |
+
dtype: string
|
22 |
+
- name: day
|
23 |
+
dtype: int64
|
24 |
+
- name: month
|
25 |
+
dtype: string
|
26 |
+
- name: duration
|
27 |
+
dtype: int64
|
28 |
+
- name: campaign
|
29 |
+
dtype: int64
|
30 |
+
- name: pdays
|
31 |
+
dtype: int64
|
32 |
+
- name: previous
|
33 |
+
dtype: int64
|
34 |
+
- name: poutcome
|
35 |
+
dtype: string
|
36 |
+
- name: y
|
37 |
+
dtype: string
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 665707
|
41 |
+
num_examples: 4521
|
42 |
+
download_size: 91663
|
43 |
+
dataset_size: 665707
|
44 |
+
---
|
45 |
+
# Dataset Card for "uci-bank"
|
46 |
+
|
47 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|