pima / README.md
mstz's picture
Update README.md
ba207c6
|
raw
history blame
No virus
750 Bytes
metadata
language:
  - en
tags:
  - pima
  - tabular_classification
  - binary_classification
  - UCI
pretty_name: Ozone
size_categories:
  - 1K<n<10K
task_categories:
  - tabular-classification
configs:
  - pima
license: cc

pima

The pima dataset from the UCI ML repository. Predict diabetes of a patient.

Configurations and tasks

Configuration Task Description
pima Binary classification Does the patient have diabetes?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/pima")["train"]