数据集:

mstz/ionosphere

英文

电离层

来自人口普查数据集的 Ionosphere dataset ,包括一个人的个人特征和他们的电离层阈值。

配置和任务

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

用法

from datasets import load_dataset

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