Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,16 +6,18 @@ tags:
|
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
- multiclass_classification
|
|
|
|
| 9 |
pretty_name: Adult
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
| 12 |
-
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- encoding
|
| 16 |
- income
|
| 17 |
- income-no race
|
| 18 |
- race
|
|
|
|
| 19 |
---
|
| 20 |
# Adult
|
| 21 |
The [Adult dataset](https://archive.ics.uci.edu/ml/datasets/Adult) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
@@ -54,4 +56,4 @@ Target feature changes according to the selected configuration and is always in
|
|
| 54 |
|`relationship` |`[string]` | |
|
| 55 |
|`is_male` |`[bool]` | Man/Woman. |
|
| 56 |
|`workclass` |`[string]` | Type of job of the person. |
|
| 57 |
-
|**over_threshold** |`int8` | `1` for income `>= 50k$`, `0` otherwise. |
|
|
|
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
- multiclass_classification
|
| 9 |
+
- UCI
|
| 10 |
pretty_name: Adult
|
| 11 |
size_categories:
|
| 12 |
- 10K<n<100K
|
| 13 |
+
task_categories:
|
| 14 |
- tabular-classification
|
| 15 |
configs:
|
| 16 |
- encoding
|
| 17 |
- income
|
| 18 |
- income-no race
|
| 19 |
- race
|
| 20 |
+
license: cc
|
| 21 |
---
|
| 22 |
# Adult
|
| 23 |
The [Adult dataset](https://archive.ics.uci.edu/ml/datasets/Adult) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
|
|
| 56 |
|`relationship` |`[string]` | |
|
| 57 |
|`is_male` |`[bool]` | Man/Woman. |
|
| 58 |
|`workclass` |`[string]` | Type of job of the person. |
|
| 59 |
+
|**over_threshold** |`int8` | `1` for income `>= 50k$`, `0` otherwise. |
|