数据集:
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"]