File size: 996 Bytes
b349007
 
 
 
 
 
 
9afa550
b349007
 
ecd6d05
 
b349007
 
 
ecd6d05
b349007
 
 
 
 
 
 
 
 
 
 
 
 
 
ecd6d05
b349007
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
language:
- en
tags:
- adult
- tabular_classification
- binary_classification
- UCI
pretty_name: Sonar
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- sonar
license: cc
---
# Sonar
The [Sonar dataset](https://archive-beta.ics.uci.edu/dataset/151/connectionist+bench+sonar+mines+vs+rocks) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
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
```python
from datasets import load_dataset

dataset = load_dataset("mstz/sonar")["train"]
```