数据集:
mstz/sonar
The Sonar dataset from the UCI ML repository . Dataset to discriminate between sonar signals bounced off a metal cylinder and those bounced off a roughly cylindrical rock.
| Configuration | Task | Description |
|---|---|---|
| sonar | Binary classification | Is the sonar detecting a rock? |
from datasets import load_dataset
dataset = load_dataset("mstz/sonar")["train"]