Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: age
|
5 |
+
dtype: int64
|
6 |
+
- name: ' workclass'
|
7 |
+
dtype: string
|
8 |
+
- name: ' fnlwgt'
|
9 |
+
dtype: int64
|
10 |
+
- name: ' education'
|
11 |
+
dtype: string
|
12 |
+
- name: ' education-num'
|
13 |
+
dtype: int64
|
14 |
+
- name: ' marital-status'
|
15 |
+
dtype: string
|
16 |
+
- name: ' occupation'
|
17 |
+
dtype: string
|
18 |
+
- name: ' relationship'
|
19 |
+
dtype: string
|
20 |
+
- name: ' race'
|
21 |
+
dtype: string
|
22 |
+
- name: ' sex'
|
23 |
+
dtype: string
|
24 |
+
- name: ' capital-gain'
|
25 |
+
dtype: int64
|
26 |
+
- name: ' capital-loss'
|
27 |
+
dtype: int64
|
28 |
+
- name: ' hours-per-week'
|
29 |
+
dtype: int64
|
30 |
+
- name: ' native-country'
|
31 |
+
dtype: string
|
32 |
+
- name: ' income'
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 5609851
|
37 |
+
num_examples: 32561
|
38 |
+
download_size: 585212
|
39 |
+
dataset_size: 5609851
|
40 |
+
---
|
41 |
+
# Dataset Card for "uci-adult-income"
|
42 |
+
|
43 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|