数据集:
mstz/musk
The Musk dataset from the UCI ML repository . Census dataset including personal characteristic of a person, and their income threshold.
| Configuration | Task | Description |
|---|---|---|
| musk | Binary classification | Is the molecule a musk? |
from datasets import load_dataset
dataset = load_dataset("mstz/musk", "musk")["train"]