Attribute thalassemia/spas_agri to Mendeley Data
Browse files
README.md
CHANGED
|
@@ -68,9 +68,9 @@ The complete catalogue is exposed as `imputify.DATASETS` and the literal type as
|
|
| 68 |
| `titanic` | 1 043 | 7 | 5 | 2 | `category` | OpenML `titanic` |
|
| 69 |
| `heart_disease` | 270 | 13 | 13 | 0 | `category` | UCI Heart Disease / OpenML `heart-statlog` |
|
| 70 |
| `blood_transfusion` | 748 | 4 | 4 | 0 | `category` | UCI Blood Transfusion Service Center |
|
| 71 |
-
| `thalassemia` | 606 | 18 | 12 | 6 | `object` |
|
| 72 |
| `ilpd` | 583 | 10 | 9 | 1 | `category` | UCI Indian Liver Patient Dataset (ILPD) |
|
| 73 |
-
| `spas_agri` | 4 191 | 14 | 9 | 5 | `object` |
|
| 74 |
|
| 75 |
Counts come from running the loader once: rows = `len(X)`, features = `X.shape[1]`,
|
| 76 |
numeric/categorical split = `select_dtypes(...)`.
|
|
@@ -92,5 +92,5 @@ Categorical features are stored as pandas `category` (titanic) or `object`
|
|
| 92 |
|
| 93 |
Datasets carry their original licences. `iris`, `wine`, `diabetes`, and `breast_cancer`
|
| 94 |
ship with scikit-learn (BSD-compatible). The UCI / OpenML datasets are redistributed
|
| 95 |
-
under their respective terms
|
| 96 |
-
|
|
|
|
| 68 |
| `titanic` | 1 043 | 7 | 5 | 2 | `category` | OpenML `titanic` |
|
| 69 |
| `heart_disease` | 270 | 13 | 13 | 0 | `category` | UCI Heart Disease / OpenML `heart-statlog` |
|
| 70 |
| `blood_transfusion` | 748 | 4 | 4 | 0 | `category` | UCI Blood Transfusion Service Center |
|
| 71 |
+
| `thalassemia` | 606 | 18 | 12 | 6 | `object` | [Mendeley Data `8kcdkxmcjw`](https://data.mendeley.com/datasets/8kcdkxmcjw/1) — Pabna, Bangladesh thalassemia cohort, Data in Brief 2025 |
|
| 72 |
| `ilpd` | 583 | 10 | 9 | 1 | `category` | UCI Indian Liver Patient Dataset (ILPD) |
|
| 73 |
+
| `spas_agri` | 4 191 | 14 | 9 | 5 | `object` | [Mendeley Data `cphdw4z5kw`](https://data.mendeley.com/datasets/cphdw4z5kw/2) — SPAS-Dataset-BD, Bangladesh precision agriculture, Data in Brief 2025 |
|
| 74 |
|
| 75 |
Counts come from running the loader once: rows = `len(X)`, features = `X.shape[1]`,
|
| 76 |
numeric/categorical split = `select_dtypes(...)`.
|
|
|
|
| 92 |
|
| 93 |
Datasets carry their original licences. `iris`, `wine`, `diabetes`, and `breast_cancer`
|
| 94 |
ship with scikit-learn (BSD-compatible). The UCI / OpenML datasets are redistributed
|
| 95 |
+
under their respective terms. The `thalassemia` and `spas_agri` derivatives are from
|
| 96 |
+
Mendeley Data (CC BY 4.0); cite the Data in Brief 2025 papers in publications.
|