Datasets:
Label synthetic dataset (banner + tag + data_type)
Browse files
README.md
CHANGED
|
@@ -1,32 +1,35 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
language:
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
pretty_name: Indoor Air Pollution & Clean Cooking (SSA)
|
| 18 |
size_categories:
|
| 19 |
-
|
| 20 |
configs:
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 28 |
---
|
| 29 |
|
|
|
|
|
|
|
| 30 |
# Indoor Air Pollution & Clean Cooking in Sub-Saharan Africa
|
| 31 |
|
| 32 |
## Abstract
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- tabular-regression
|
| 5 |
+
- tabular-classification
|
| 6 |
language:
|
| 7 |
+
- en
|
| 8 |
tags:
|
| 9 |
+
- climate-health
|
| 10 |
+
- household-air-pollution
|
| 11 |
+
- clean-cooking
|
| 12 |
+
- pm2-5
|
| 13 |
+
- cookstoves
|
| 14 |
+
- pneumonia
|
| 15 |
+
- synthetic
|
| 16 |
+
- sub-saharan-africa
|
| 17 |
pretty_name: Indoor Air Pollution & Clean Cooking (SSA)
|
| 18 |
size_categories:
|
| 19 |
+
- 10K<n<100K
|
| 20 |
configs:
|
| 21 |
+
- config_name: traditional_biomass
|
| 22 |
+
data_files: data/indoor_air_traditional_biomass.csv
|
| 23 |
+
- config_name: improved_stove_rollout
|
| 24 |
+
data_files: data/indoor_air_improved_stove_rollout.csv
|
| 25 |
+
default: true
|
| 26 |
+
- config_name: clean_fuel_transition
|
| 27 |
+
data_files: data/indoor_air_clean_fuel_transition.csv
|
| 28 |
+
data_type: synthetic
|
| 29 |
---
|
| 30 |
|
| 31 |
+
> ⚠️ **Synthetic dataset** — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.
|
| 32 |
+
|
| 33 |
# Indoor Air Pollution & Clean Cooking in Sub-Saharan Africa
|
| 34 |
|
| 35 |
## Abstract
|