sonar / README.md
mstz's picture
Update README.md
9afa550
|
raw
history blame contribute delete
No virus
996 Bytes
metadata
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 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"]