Pima / README.md
admin
upd md
5b94188
|
raw
history blame
1.92 kB
metadata
license: mit
task_categories:
  - feature-extraction
  - token-classification
language:
  - en
tags:
  - biology
  - medical
pretty_name: Pima
size_categories:
  - n<1K

Dataset Card for "MuGeminorum/Pima"

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.

Maintenance

git clone git@hf.co:datasets/MuGeminorum/Pima
cd Pima

Usage

from datasets import load_dataset

dataset = load_dataset("MuGeminorum/Pima")

for item in dataset["train"]:
    print(item)

for item in dataset["validation"]:
    print(item)

for item in dataset["test"]:
    print(item)

Mirror

https://www.modelscope.cn/datasets/MuGeminorum/Pima

Reference

[1] Pima Indians Diabetes Database
[2] Chapter IV ‐ Medical Signal Segmentation and Classification