admin commited on
Commit
dcb8f26
1 Parent(s): 34dce9c
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,12 +13,12 @@ size_categories:
13
  - n<1K
14
  ---
15
 
16
- # Dataset Card for "MuGeminorum/Pima"
17
  The Pima dataset is a well-known data repository in the field of healthcare and machine learning. The dataset contains demographic, clinical and diagnostic characteristics of Pima Indian women and is primarily used to predict the onset of diabetes based on these attributes. Each data point includes information such as age, number of pregnancies, body mass index, blood pressure, and glucose concentration. Researchers and data scientists use the Pima dataset to develop and evaluate predictive models for diabetes risk assessment. The dataset plays a key role in driving the development of machine learning algorithms aimed at improving the early detection and management of diabetes. Its relevance is not limited to clinical applications, but extends to research initiatives focusing on factors that influence the prevalence of diabetes. The Pima dataset becomes a cornerstone in fostering innovation in predictive healthcare analytics, contributing to the broad field of medical informatics.
18
 
19
  ## Maintenance
20
  ```bash
21
- git clone git@hf.co:datasets/MuGeminorum/Pima
22
  cd Pima
23
  ```
24
 
@@ -26,7 +26,7 @@ cd Pima
26
  ```python
27
  from datasets import load_dataset
28
 
29
- dataset = load_dataset("MuGeminorum/Pima")
30
 
31
  for item in dataset["train"]:
32
  print(item)
@@ -39,8 +39,8 @@ for item in dataset["test"]:
39
  ```
40
 
41
  ## Mirror
42
- <https://www.modelscope.cn/datasets/MuGeminorum/Pima>
43
 
44
  ## Reference
45
  [1] [Pima Indians Diabetes Database](https://www.kaggle.com/datasets/uciml/pima-indians-diabetes-database)<br>
46
- [2] [Chapter IV ‐ Medical Signal Segmentation and Classification](https://github.com/MuGeminorum/Medical_Image_Computing/wiki/Chapter-IV-%E2%80%90-Medical-Signal-Segmentation-and-Classification)
 
13
  - n<1K
14
  ---
15
 
16
+ # Dataset Card for "MuGemSt/Pima"
17
  The Pima dataset is a well-known data repository in the field of healthcare and machine learning. The dataset contains demographic, clinical and diagnostic characteristics of Pima Indian women and is primarily used to predict the onset of diabetes based on these attributes. Each data point includes information such as age, number of pregnancies, body mass index, blood pressure, and glucose concentration. Researchers and data scientists use the Pima dataset to develop and evaluate predictive models for diabetes risk assessment. The dataset plays a key role in driving the development of machine learning algorithms aimed at improving the early detection and management of diabetes. Its relevance is not limited to clinical applications, but extends to research initiatives focusing on factors that influence the prevalence of diabetes. The Pima dataset becomes a cornerstone in fostering innovation in predictive healthcare analytics, contributing to the broad field of medical informatics.
18
 
19
  ## Maintenance
20
  ```bash
21
+ git clone git@hf.co:datasets/MuGemSt/Pima
22
  cd Pima
23
  ```
24
 
 
26
  ```python
27
  from datasets import load_dataset
28
 
29
+ dataset = load_dataset("MuGemSt/Pima")
30
 
31
  for item in dataset["train"]:
32
  print(item)
 
39
  ```
40
 
41
  ## Mirror
42
+ <https://www.modelscope.cn/datasets/MuGemSt/Pima>
43
 
44
  ## Reference
45
  [1] [Pima Indians Diabetes Database](https://www.kaggle.com/datasets/uciml/pima-indians-diabetes-database)<br>
46
+ [2] [Chapter IV ‐ Medical Signal Segmentation and Classification](https://github.com/MuGemSt/Medical_Image_Computing/wiki/Chapter-IV-%E2%80%90-Medical-Signal-Segmentation-and-Classification)