admin commited on
Commit
34dce9c
1 Parent(s): 6197467
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
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
@@ -36,7 +36,6 @@ for item in dataset["validation"]:
36
 
37
  for item in dataset["test"]:
38
  print(item)
39
-
40
  ```
41
 
42
  ## Mirror
 
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
 
36
 
37
  for item in dataset["test"]:
38
  print(item)
 
39
  ```
40
 
41
  ## Mirror