Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 19a7065

Browse files
authored
Merge pull request #174 from biolab/the-new-pima-diabetes
another try with pima diabetes dataset
2 parents 3f9882d + 90f8122 commit 19a7065

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

core/pima-indians-diabetes.xlsx.info

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"collection": "UCI",
3+
"description": "The goal of the dataset is to assess if we can predict whether or not a patient has diabetes based on diagnostic measures that include the number of pregnancies the person has had, their body mass index, insulin levels, and age. Several restrictions were placed on the selection of subjects for this study. Specifically, all patients are women at least 21 years of age of Pima Indian descent.",
4+
"name": "pima-indians-diabetes",
5+
"title": "Pima Indians Diabetes",
6+
"instances": 768,
7+
"variables": 9,
8+
"missing": true,
9+
"target": "categorical",
10+
"size": 93607,
11+
"year": 1988,
12+
"version": "1.3",
13+
"tags": [
14+
"medicine"
15+
],
16+
"references": [
17+
"Smith, J.W., Everhart, J.E., Dickson, W.C., Knowler, W.C., & Johannes, R.S. (1988). Using the ADAP learning algorithm to forecast the onset of diabetes mellitus. In Proc. of the Symposium on Computer Applications and Medical Care (pp. 261--265). IEEE Computer Society Press."
18+
],
19+
"source": "<a href='https://archive.ics.uci.edu/ml/machine-learning-databases/00000/UCI%20Machine%20Learning%20Repository%20Diabetes%20Data%20Set.htm'>UCI ML Repository</a>",
20+
"seealso": [
21+
"<a href='https://www.kaggle.com/datasets/uciml/pima-indians-diabetes-database?resource=download'>Pima Indians Diabetes Database on KAGGLE</a>."
22+
],
23+
"url": "https://datasets.biolab.si/core/pima-indians-diabetes.xlsx"
24+
}

0 commit comments

Comments
 (0)