Datasets:
Label synthetic dataset (banner + tag + data_type)
Browse files
README.md
CHANGED
|
@@ -1,30 +1,33 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
language:
|
| 6 |
-
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
pretty_name: Noise Pollution & Urban Health (SSA)
|
| 16 |
size_categories:
|
| 17 |
-
|
| 18 |
configs:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
| 26 |
---
|
| 27 |
|
|
|
|
|
|
|
| 28 |
# Noise Pollution & Urban Health in Sub-Saharan Africa
|
| 29 |
|
| 30 |
## Abstract
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
language:
|
| 6 |
+
- en
|
| 7 |
tags:
|
| 8 |
+
- environmental-health
|
| 9 |
+
- noise-pollution
|
| 10 |
+
- urban-health
|
| 11 |
+
- hearing-loss
|
| 12 |
+
- cardiovascular
|
| 13 |
+
- synthetic
|
| 14 |
+
- sub-saharan-africa
|
| 15 |
pretty_name: Noise Pollution & Urban Health (SSA)
|
| 16 |
size_categories:
|
| 17 |
+
- 10K<n<100K
|
| 18 |
configs:
|
| 19 |
+
- config_name: megacity_traffic
|
| 20 |
+
data_files: data/noise_megacity.csv
|
| 21 |
+
default: true
|
| 22 |
+
- config_name: secondary_city_mixed
|
| 23 |
+
data_files: data/noise_secondary_city.csv
|
| 24 |
+
- config_name: periurban_emerging
|
| 25 |
+
data_files: data/noise_periurban.csv
|
| 26 |
+
data_type: synthetic
|
| 27 |
---
|
| 28 |
|
| 29 |
+
> ⚠️ **Synthetic dataset** — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.
|
| 30 |
+
|
| 31 |
# Noise Pollution & Urban Health in Sub-Saharan Africa
|
| 32 |
|
| 33 |
## Abstract
|