Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
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.
Configurations and tasks
| Configuration | Task | Description |
|---|---|---|
| sonar | Binary classification | Is the sonar detecting a rock? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/sonar")["train"]
- Downloads last month
- 1,976