ionosphere / README.md
mstz's picture
Update README.md
28354db
metadata
language:
  - en
tags:
  - ionosphere
  - tabular_classification
  - binary_classification
  - UCI
pretty_name: Ionosphere
size_categories:
  - n<1K
task_categories:
  - tabular-classification
configs:
  - ionosphere
license: cc

Ionosphere

The Ionosphere dataset from the UCI ML repository. Census dataset including personal characteristic of a person, and their ionosphere threshold.

Configurations and tasks

Configuration Task Description
ionosphere Binary classification Does the received signal indicate electrons in the ionosphere?

Usage

from datasets import load_dataset

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