Olaroti commited on
Commit
90ebb1a
·
verified ·
1 Parent(s): 9562da4

Standardize Electric Sheep Africa dataset card

Browse files
Files changed (1) hide show
  1. README.md +100 -119
README.md CHANGED
@@ -1,162 +1,143 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  task_categories:
4
  - tabular-classification
5
  - tabular-regression
6
- language:
7
- - en
8
- tags:
9
- - cancer
10
- - oncology
11
- - synthetic
12
- - healthcare
13
- - sub-saharan-africa
14
- - multi-country-ssa
15
- pretty_name: Prostate Cancer - Sub-Saharan Africa
16
  size_categories:
17
  - 10K<n<100K
18
- configs:
19
- - config_name: low_burden
20
- data_files: prostate_cancer_ssa_low_burden.csv
21
- - config_name: moderate_burden
22
- data_files: prostate_cancer_ssa_moderate_burden.csv
23
- default: true
24
- - config_name: high_burden
25
- data_files: prostate_cancer_ssa_high_burden.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
- # Prostate Cancer - Sub-Saharan Africa
32
 
33
- ## Abstract
34
 
35
- This synthetic dataset represents prostate cancer clinical data across sub-saharan africa and is designed to address the significant data gap in cancer research for sub-Saharan Africa. The dataset contains 3,200-4,800 per scenario records per scenario with key epidemiological parameters grounded in GLOBOCAN 2022 estimates, WHO reports, and peer-reviewed literature from the African Cancer Registry Network (AFCRN).
 
 
 
36
 
37
- The age-standardized incidence rate (ASIR) of Prostate Cancer in the target population is approximately 22.0 per 100,000 population (GLOBOCAN 2022). This dataset provides training data for cancer epidemiology modeling, health systems research, and machine learning applications in oncology.
38
 
39
- ## 1. Introduction
40
 
41
- ### 1.1 Problem Statement
42
- Cancer incidence in sub-Saharan Africa is rising rapidly, with estimated new cases reaching over 1 million annually by 2030. However, the region faces a critical shortage of granular cancer data for research, policy development, and health system planning. Population-based cancer registries cover less than 5% of the African population, creating significant gaps in understanding the true burden of disease.
43
 
44
- ### 1.2 Data Gap
45
- - Limited population-based registry data outside major cities
46
- - Missing survival and outcome data from most facilities
47
- - Underrepresentation of pediatric and rare cancers
48
- - Lack of treatment access and outcome metrics
49
 
50
- ### 1.3 Purpose
51
- This dataset supports:
52
- - Cancer burden estimation and projection modeling
53
- - Health system capacity planning
54
- - Machine learning for risk prediction and triage
55
- - Epidemiological research on cancer patterns
56
- - Policy development for cancer control programs
57
 
58
- ## 2. Methodology
59
 
60
- ### 2.1 Target Population
61
- - **Geographic scope**: Multi-country SSA
62
- - **Population represented**: Urban and rural populations
63
- - **Time period**: Variable by data source (2010-2025)
 
 
 
 
 
 
 
 
64
 
65
- ### 2.2 Variable Selection
66
- Variables were selected based on:
67
- - IARC/WHO cancer registry standards
68
- - Data availability in African cancer registries
69
- - Clinical relevance for cancer control
70
 
71
- ### 2.3 Epidemiological Parameterization
 
 
 
72
 
73
- All parameters are derived from:
74
- - GLOBOCAN 2022 (IARC)
75
- - WHO Cancer Reports
76
- - African Cancer Registry Network (AFCRN)
77
- - DHS/MICS survey data
78
- - Peer-reviewed literature
79
 
80
- ### 2.4 Scenario Design
81
-
82
- | Scenario | Description | Records |
83
- |----------|-------------|---------|
84
- | low_burden | Low cancer burden setting | Varies by dataset |
85
- | moderate_burden | Standard burden setting | Varies by dataset |
86
- | high_burden | High burden / late presentation | Varies by dataset |
87
 
88
- ### 2.5 Generation Process
 
89
 
90
- Generation follows a conditional sampling approach based on directed acyclic graphs (DAGs) representing causal relationships between variables:
 
 
 
 
91
 
92
- 1. Sample demographic variables (age, sex, location)
93
- 2. Sample cancer type conditional on demographics
94
- 3. Sample clinical variables (stage, morphology, grade)
95
- 4. Sample treatment and outcome variables
96
- 5. Derive survival times from outcome models
97
 
98
- ## 3. Dataset Description
 
99
 
100
- ### 3.1 Key Variables
101
- Prostate cancer clinical data across sub-Saharan Africa
 
 
 
102
 
103
- ### 3.2 Data Quality
104
- - All categorical distributions validated against published literature
105
- - Continuous variables modeled with appropriate statistical distributions
106
- - Survival times based on exponential models with literature-derived parameters
107
 
108
- ## 4. Validation
 
 
 
109
 
110
- ### 4.1 Prevalence Verification
111
- All prevalence values are validated against GLOBOCAN 2022 and published registry reports.
112
 
113
- ### 4.2 Distribution Quality
114
- - Age and sex distributions match expected patterns
115
- - Cancer type frequencies align with regional estimates
 
 
116
 
117
- ### 4.3 Clinical Plausibility
118
- - No biologically impossible combinations
119
- - Treatment patterns consistent with resource-limited settings
120
 
121
- ## 5. Usage
 
 
 
122
 
123
- ### 5.1 Loading with HuggingFace
124
- ```python
125
- from datasets import load_dataset
126
- ds = load_dataset("electricsheepafrica/prostate-cancer-ssa", "moderate_burden")
127
- ```
128
 
129
- ### 5.2 Loading from CSV
130
- ```python
131
- import pandas as pd
132
- df = pd.read_csv("prostate_cancer_ssa_moderate_burden.csv")
 
 
 
 
 
133
  ```
134
 
135
- ## 6. Limitations
136
-
137
- - **Synthetic data**: Generated from aggregated statistics, not individual patient records
138
- - **Simplified correlations**: May not capture complex dependencies
139
- - **Not for clinical use**: Designed for research and ML training only
140
 
141
- ## 7. References
142
 
143
- 1. GLOBOCAN 2022. IARC Cancer Observatory.
144
- 2. African Cancer Registry Network (AFCRN).
145
- 3. WHO Cancer Control Reports.
146
- 4. DHS/MICS Survey Data.
147
 
148
- ## Citation
149
 
150
- ```bibtex
151
- @dataset{prostate_cancer_ssa,
152
- title={Prostate Cancer - Sub-Saharan Africa},
153
- author={Electric Sheep Africa},
154
- year={2025},
155
- publisher={HuggingFace},
156
- dataset_url={https://huggingface.co/datasets/electricsheepafrica/prostate-cancer-ssa}
157
- }
158
- ```
159
 
160
- ## License
161
 
162
- CC-BY-4.0
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
  task_categories:
6
  - tabular-classification
7
  - tabular-regression
8
+ multilinguality: monolingual
 
 
 
 
 
 
 
 
 
9
  size_categories:
10
  - 10K<n<100K
11
+ tags:
12
+ - "africa"
13
+ - "electric-sheep-africa"
14
+ - "open-data"
15
+ - "metadata-backed"
16
+ - "health"
17
+ - "csv"
18
+ - "tabular"
19
+ - "text"
20
+ - "cancer"
21
+ - "oncology"
22
+ - "synthetic"
23
+ - "healthcare"
24
+ - "sub-saharan-africa"
25
+ - "multi-country-ssa"
26
+ - "clinical"
27
+ pretty_name: "Prostate Cancer - Sub-Saharan Africa | Africa (Electric Sheep Africa metadata inventory)"
28
  ---
29
 
30
+ # Prostate Cancer - Sub-Saharan Africa | Africa (Electric Sheep Africa metadata inventory)
 
 
31
 
32
+ **Size category:** `10K<n<100K` - **Formats:** `csv` - **Sector:** health - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
33
 
34
+ ![size](https://img.shields.io/badge/size-10K%3Cn%3C100K-blue)
35
+ ![sector](https://img.shields.io/badge/sector-health-green)
36
+ ![downloads](https://img.shields.io/badge/HF_downloads-61-orange)
37
+ ![license](https://img.shields.io/badge/license-cc--by--4.0-lightgrey)
38
 
39
+ ## TL;DR
40
 
41
+ This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
42
 
43
+ ## What This Dataset Covers
 
44
 
45
+ Health datasets help researchers examine disease burden, service delivery, risk factors, outcomes, and public-health program performance.
 
 
 
 
46
 
47
+ Dataset context from the existing Hugging Face card: ⚠️ Synthetic dataset — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference. Prostate Cancer - Sub-Saharan Africa Abstract This synthetic dataset represents prostate cancer clinical data across sub-saharan africa and is designed to address the significant data gap in cancer research for sub-Saharan Africa. The dataset contains 3,200-4,800 per scenario records per scenario with key epidemiological… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all.
 
 
 
 
 
 
48
 
49
+ ## Dataset Profile
50
 
51
+ | Field | Value |
52
+ |---|---|
53
+ | Hugging Face repo | [`electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all`](https://huggingface.co/datasets/electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all) |
54
+ | Sector | health |
55
+ | Topic tags | cancer, oncology, synthetic, healthcare, sub-saharan-africa, multi-country-ssa |
56
+ | Modalities | `tabular`, `text` |
57
+ | Formats | `csv` |
58
+ | Size category | `10K<n<100K` |
59
+ | Countries | Africa-wide or source-defined African coverage |
60
+ | ISO3 coverage | `not declared` |
61
+ | Last modified on HF | `2026-04-14 22:48:03+00:00` |
62
+ | Inventory snapshot | `2026-07-16T16:00:34Z` |
63
 
64
+ ## How To Read This Dataset
 
 
 
 
65
 
66
+ - Start from the repository files and the dataset viewer when available.
67
+ - Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
68
+ - Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
69
+ - Preserve missing values until you have a defensible imputation rule.
70
 
71
+ ## Usage
 
 
 
 
 
72
 
73
+ ```python
74
+ from datasets import load_dataset
 
 
 
 
 
75
 
76
+ ds = load_dataset("electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all")
77
+ print(ds)
78
 
79
+ split_name = next(iter(ds))
80
+ table = ds[split_name]
81
+ print(table.features)
82
+ print(table[:3])
83
+ ```
84
 
85
+ ### Convert To Pandas When Tabular
 
 
 
 
86
 
87
+ ```python
88
+ from datasets import Dataset
89
 
90
+ first_split = ds[next(iter(ds))]
91
+ if isinstance(first_split, Dataset):
92
+ df = first_split.to_pandas()
93
+ print(df.head())
94
+ ```
95
 
96
+ ## Data Quality Notes
 
 
 
97
 
98
+ - This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
99
+ - Exact schema, row counts, and source files should be inspected in the repository data files.
100
+ - Metadata gaps from the inventory: country, upstream_publisher.
101
+ - Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
102
 
103
+ ## Source And Provenance
 
104
 
105
+ - **Source context:** Electric Sheep Africa metadata inventory
106
+ - **Publisher/source attribution:** Public dataset metadata
107
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
108
+ - **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all](https://huggingface.co/datasets/electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all)
109
+ - **Inventory retrieved at:** `2026-07-16T16:00:34Z`
110
 
111
+ ## Suggested Analyses
 
 
112
 
113
+ - Inspect schema and missingness before modeling.
114
+ - Profile variables by geography, time, and subgroup columns where present.
115
+ - Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
116
+ - Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
117
 
118
+ ## Citation
 
 
 
 
119
 
120
+ ```bibtex
121
+ @misc{electric_sheep_africa_africa_synth_cancer_prostate_cancer_ssa_all_2026,
122
+ title = {Prostate Cancer - Sub-Saharan Africa | Africa (Electric Sheep Africa metadata inventory)},
123
+ author = {Public dataset metadata},
124
+ year = {2026},
125
+ url = {https://huggingface.co/datasets/electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all},
126
+ publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
127
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-synth-cancer-prostate-cancer-ssa-all}}
128
+ }
129
  ```
130
 
131
+ ## License
 
 
 
 
132
 
133
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
134
 
135
+ Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.
 
 
 
136
 
137
+ ## About Electric Sheep Africa
138
 
139
+ Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
 
 
 
 
 
 
 
 
140
 
141
+ ---
142
 
143
+ Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.