kakamond commited on
Commit
5b440d4
·
verified ·
1 Parent(s): a80cfb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -16,12 +16,14 @@ size_categories:
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)
27
 
@@ -35,6 +37,6 @@ for item in dataset["test"]:
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)
 
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
+ ## Viewer
20
+ <https://www.modelscope.cn/datasets/Genius-Society/Pima/dataPeview>
21
+
22
  ## Usage
23
  ```python
24
  from datasets import load_dataset
25
 
26
  dataset = load_dataset("Genius-Society/Pima")
 
27
  for item in dataset["train"]:
28
  print(item)
29
 
 
37
  ## Mirror
38
  <https://www.modelscope.cn/datasets/Genius-Society/Pima>
39
 
40
+ ## References
41
  [1] [Pima Indians Diabetes Database](https://www.kaggle.com/datasets/uciml/pima-indians-diabetes-database)<br>
42
  [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)