musk / README.md
mstz's picture
Update README.md
f2be934
|
raw
history blame contribute delete
No virus
827 Bytes
metadata
language:
  - en
tags:
  - musk
  - tabular_classification
  - binary_classification
  - multiclass_classification
  - UCI
pretty_name: Musk
size_categories:
  - n<1K
task_categories:
  - tabular-classification
configs:
  - musk
license: cc

Musk

The Musk dataset from the UCI ML repository. Census dataset including personal characteristic of a person, and their income threshold.

Configurations and tasks

Configuration Task Description
musk Binary classification Is the molecule a musk?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/musk", "musk")["train"]