admin
commited on
Commit
•
7e765be
1
Parent(s):
6280d17
Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,14 @@ size_categories:
|
|
14 |
---
|
15 |
|
16 |
# Dataset Card for "MuGeminorum/Pima"
|
|
|
17 |
|
18 |
-
##
|
|
|
|
|
|
|
19 |
|
|
|
20 |
```python
|
21 |
from datasets import load_dataset
|
22 |
|
@@ -33,7 +38,8 @@ for item in dataset["test"]:
|
|
33 |
|
34 |
```
|
35 |
|
36 |
-
##
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
14 |
---
|
15 |
|
16 |
# Dataset Card for "MuGeminorum/Pima"
|
17 |
+
The dataset originates from the National Institute of Diabetes and Digestive and Kidney Diseases and aims to predict the presence or absence of diabetes through diagnostic measurements. The dataset selection adheres to specific constraints imposed on instances drawn from a more extensive database. Notably, all patients represented in this dataset are females aged at least 21, with a Pima Indian heritage.
|
18 |
|
19 |
+
## Maintenance
|
20 |
+
```bash
|
21 |
+
git clone git@hf.co:datasets/MuGeminorum/Pima
|
22 |
+
```
|
23 |
|
24 |
+
## Usage
|
25 |
```python
|
26 |
from datasets import load_dataset
|
27 |
|
|
|
38 |
|
39 |
```
|
40 |
|
41 |
+
## Mirror
|
42 |
+
<https://www.modelscope.cn/datasets/MuGeminorum/Pima>
|
43 |
+
|
44 |
+
## Reference
|
45 |
+
<a ref="https://www.kaggle.com/datasets/uciml/pima-indians-diabetes-database">Pima Indians Diabetes Database</a>
|