Datasets:
Initial upload: African physiognomy-adjusted breast cancer dataset
Browse files- breast_cancer_african_adjusted.csv +0 -0
- breast_cancer_african_adjusted.py +1 -1
- breast_cancer_original.csv +0 -0
- dataset_infos.json +3 -163
breast_cancer_african_adjusted.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
breast_cancer_african_adjusted.py
CHANGED
|
@@ -59,7 +59,7 @@ class BreastCancerAfricanAdjusted(datasets.GeneratorBasedBuilder):
|
|
| 59 |
|
| 60 |
def _info(self):
|
| 61 |
features = datasets.Features({
|
| 62 |
-
"id": datasets.Value("
|
| 63 |
"diagnosis": datasets.Value("string"),
|
| 64 |
"radius_mean": datasets.Value("float64"),
|
| 65 |
"texture_mean": datasets.Value("float64"),
|
|
|
|
| 59 |
|
| 60 |
def _info(self):
|
| 61 |
features = datasets.Features({
|
| 62 |
+
"id": datasets.Value("float64"),
|
| 63 |
"diagnosis": datasets.Value("string"),
|
| 64 |
"radius_mean": datasets.Value("float64"),
|
| 65 |
"texture_mean": datasets.Value("float64"),
|
breast_cancer_original.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset_infos.json
CHANGED
|
@@ -1,163 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"citation": "@misc{udodi2025breast,\n title={Addressing Representation Bias in Breast Cancer Datasets: A Physiognomy-Informed Approach for African Populations},\n author={Kossiso Udodi Royce},\n year={2025},\n publisher={Electric Sheep Africa},\n url={https://huggingface.co/datasets/ElectricSheepAfrica/breast-cancer-african-adjusted}\n}",
|
| 5 |
-
"homepage": "https://huggingface.co/datasets/ElectricSheepAfrica/breast-cancer-african-adjusted",
|
| 6 |
-
"license": "CC BY 4.0",
|
| 7 |
-
"features": {
|
| 8 |
-
"id": {
|
| 9 |
-
"dtype": "int64",
|
| 10 |
-
"_type": "Value"
|
| 11 |
-
},
|
| 12 |
-
"diagnosis": {
|
| 13 |
-
"dtype": "string",
|
| 14 |
-
"_type": "Value"
|
| 15 |
-
},
|
| 16 |
-
"radius_mean": {
|
| 17 |
-
"dtype": "float64",
|
| 18 |
-
"_type": "Value"
|
| 19 |
-
},
|
| 20 |
-
"texture_mean": {
|
| 21 |
-
"dtype": "float64",
|
| 22 |
-
"_type": "Value"
|
| 23 |
-
},
|
| 24 |
-
"perimeter_mean": {
|
| 25 |
-
"dtype": "float64",
|
| 26 |
-
"_type": "Value"
|
| 27 |
-
},
|
| 28 |
-
"area_mean": {
|
| 29 |
-
"dtype": "float64",
|
| 30 |
-
"_type": "Value"
|
| 31 |
-
},
|
| 32 |
-
"smoothness_mean": {
|
| 33 |
-
"dtype": "float64",
|
| 34 |
-
"_type": "Value"
|
| 35 |
-
},
|
| 36 |
-
"compactness_mean": {
|
| 37 |
-
"dtype": "float64",
|
| 38 |
-
"_type": "Value"
|
| 39 |
-
},
|
| 40 |
-
"concavity_mean": {
|
| 41 |
-
"dtype": "float64",
|
| 42 |
-
"_type": "Value"
|
| 43 |
-
},
|
| 44 |
-
"concave points_mean": {
|
| 45 |
-
"dtype": "float64",
|
| 46 |
-
"_type": "Value"
|
| 47 |
-
},
|
| 48 |
-
"symmetry_mean": {
|
| 49 |
-
"dtype": "float64",
|
| 50 |
-
"_type": "Value"
|
| 51 |
-
},
|
| 52 |
-
"fractal_dimension_mean": {
|
| 53 |
-
"dtype": "float64",
|
| 54 |
-
"_type": "Value"
|
| 55 |
-
},
|
| 56 |
-
"radius_se": {
|
| 57 |
-
"dtype": "float64",
|
| 58 |
-
"_type": "Value"
|
| 59 |
-
},
|
| 60 |
-
"texture_se": {
|
| 61 |
-
"dtype": "float64",
|
| 62 |
-
"_type": "Value"
|
| 63 |
-
},
|
| 64 |
-
"perimeter_se": {
|
| 65 |
-
"dtype": "float64",
|
| 66 |
-
"_type": "Value"
|
| 67 |
-
},
|
| 68 |
-
"area_se": {
|
| 69 |
-
"dtype": "float64",
|
| 70 |
-
"_type": "Value"
|
| 71 |
-
},
|
| 72 |
-
"smoothness_se": {
|
| 73 |
-
"dtype": "float64",
|
| 74 |
-
"_type": "Value"
|
| 75 |
-
},
|
| 76 |
-
"compactness_se": {
|
| 77 |
-
"dtype": "float64",
|
| 78 |
-
"_type": "Value"
|
| 79 |
-
},
|
| 80 |
-
"concavity_se": {
|
| 81 |
-
"dtype": "float64",
|
| 82 |
-
"_type": "Value"
|
| 83 |
-
},
|
| 84 |
-
"concave points_se": {
|
| 85 |
-
"dtype": "float64",
|
| 86 |
-
"_type": "Value"
|
| 87 |
-
},
|
| 88 |
-
"symmetry_se": {
|
| 89 |
-
"dtype": "float64",
|
| 90 |
-
"_type": "Value"
|
| 91 |
-
},
|
| 92 |
-
"fractal_dimension_se": {
|
| 93 |
-
"dtype": "float64",
|
| 94 |
-
"_type": "Value"
|
| 95 |
-
},
|
| 96 |
-
"radius_worst": {
|
| 97 |
-
"dtype": "float64",
|
| 98 |
-
"_type": "Value"
|
| 99 |
-
},
|
| 100 |
-
"texture_worst": {
|
| 101 |
-
"dtype": "float64",
|
| 102 |
-
"_type": "Value"
|
| 103 |
-
},
|
| 104 |
-
"perimeter_worst": {
|
| 105 |
-
"dtype": "float64",
|
| 106 |
-
"_type": "Value"
|
| 107 |
-
},
|
| 108 |
-
"area_worst": {
|
| 109 |
-
"dtype": "float64",
|
| 110 |
-
"_type": "Value"
|
| 111 |
-
},
|
| 112 |
-
"smoothness_worst": {
|
| 113 |
-
"dtype": "float64",
|
| 114 |
-
"_type": "Value"
|
| 115 |
-
},
|
| 116 |
-
"compactness_worst": {
|
| 117 |
-
"dtype": "float64",
|
| 118 |
-
"_type": "Value"
|
| 119 |
-
},
|
| 120 |
-
"concavity_worst": {
|
| 121 |
-
"dtype": "float64",
|
| 122 |
-
"_type": "Value"
|
| 123 |
-
},
|
| 124 |
-
"concave points_worst": {
|
| 125 |
-
"dtype": "float64",
|
| 126 |
-
"_type": "Value"
|
| 127 |
-
},
|
| 128 |
-
"symmetry_worst": {
|
| 129 |
-
"dtype": "float64",
|
| 130 |
-
"_type": "Value"
|
| 131 |
-
},
|
| 132 |
-
"fractal_dimension_worst": {
|
| 133 |
-
"dtype": "float64",
|
| 134 |
-
"_type": "Value"
|
| 135 |
-
}
|
| 136 |
-
},
|
| 137 |
-
"post_processed": null,
|
| 138 |
-
"supervised_keys": null,
|
| 139 |
-
"task_templates": null,
|
| 140 |
-
"builder_name": "csv",
|
| 141 |
-
"config_name": "default",
|
| 142 |
-
"version": {
|
| 143 |
-
"version_str": "1.0.0",
|
| 144 |
-
"description": "Initial release with African physiognomy adjustments",
|
| 145 |
-
"major": 1,
|
| 146 |
-
"minor": 0,
|
| 147 |
-
"patch": 0
|
| 148 |
-
},
|
| 149 |
-
"splits": {
|
| 150 |
-
"train": {
|
| 151 |
-
"name": "train",
|
| 152 |
-
"num_bytes": 339883,
|
| 153 |
-
"num_examples": 569,
|
| 154 |
-
"dataset_name": "breast_cancer_african_adjusted"
|
| 155 |
-
}
|
| 156 |
-
},
|
| 157 |
-
"download_checksums": null,
|
| 158 |
-
"download_size": 339883,
|
| 159 |
-
"post_processing_size": null,
|
| 160 |
-
"dataset_size": 339883,
|
| 161 |
-
"size_in_bytes": 339883
|
| 162 |
-
}
|
| 163 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2eb05c32dec17d188dac4a01f8f30efe499130b4f944d56a1868990e8e36271a
|
| 3 |
+
size 4129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|