Datasets:
Upload README.md
Browse files
README.md
CHANGED
@@ -28,17 +28,19 @@ The dataset has four configurations:
|
|
28 |
- `race`, multiclass classification to predict the `race` of the individual.
|
29 |
|
30 |
# Features
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
28 |
- `race`, multiclass classification to predict the `race` of the individual.
|
29 |
|
30 |
# Features
|
31 |
+
|**Feature** |**Type** | **Description** |
|
32 |
+
|-------------------|-----------|-----------------------------------------------------------|
|
33 |
+
|`age` |`[int64]` | Age of the person |
|
34 |
+
|`capital_gain` |`[float64]`| Capital gained by the person |
|
35 |
+
|`capital_loss` |`[float64]`| Capital lost by the person |
|
36 |
+
|`education` |`[int8]` | Education level: the higher, the more educated the person |
|
37 |
+
|`final_weight` |`[int64]` | |
|
38 |
+
|`hours_per_week` |`[int64]` | Hours worked per week |
|
39 |
+
|`marital_status` |`[string]` | Marital status of the person |
|
40 |
+
|`native_country` |`[string]` | Native country of the person |
|
41 |
+
|`occupation` |`[string]` | Job of the person |
|
42 |
+
|`race` |`[string]` | Race of the person |
|
43 |
+
|`relationship` |`[string]` | |
|
44 |
+
|`sex` |`[int8]` | Sex of the person |
|
45 |
+
|`workclass` |`[string]` | Type of job of the person |
|
46 |
+
|`over_threshold` |`int8` |`1` for income `>= 50k$`, `0` otherwise |
|