数据集:
mstz/ionosphere
The Ionosphere dataset from the UCI ML repository . Census dataset including personal characteristic of a person, and their ionosphere threshold.
| 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"]