数据集:

mstz/ionosphere

中文

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"]