admin commited on
Commit
a80cfb8
1 Parent(s): dcb8f26
Files changed (1) hide show
  1. README.md +4 -10
README.md CHANGED
@@ -13,20 +13,14 @@ size_categories:
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
-
25
  ## Usage
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,8 +33,8 @@ for item in dataset["test"]:
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)
 
13
  - n<1K
14
  ---
15
 
16
+ # Dataset Card for 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
  ## Usage
20
  ```python
21
  from datasets import load_dataset
22
 
23
+ dataset = load_dataset("Genius-Society/Pima")
24
 
25
  for item in dataset["train"]:
26
  print(item)
 
33
  ```
34
 
35
  ## Mirror
36
+ <https://www.modelscope.cn/datasets/Genius-Society/Pima>
37
 
38
  ## Reference
39
  [1] [Pima Indians Diabetes Database](https://www.kaggle.com/datasets/uciml/pima-indians-diabetes-database)<br>
40
+ [2] [Chapter IV ‐ Medical Signal Segmentation and Classification](https://github.com/Genius-Society/Medical_Image_Computing/wiki/Chapter-IV-%E2%80%90-Medical-Signal-Segmentation-and-Classification)