The dataset viewer is not available for this split.
The number of columns (1204) exceeds the maximum supported number of columns (1000). This is a current limitation of the datasets viewer. You can reduce the number of columns if you want the viewer to work.
Error code:   TooManyColumnsError

Need help to make the dataset viewer work? Open a discussion for direct support.

YAML Metadata Error: "configs[0]" must be of type object
YAML Metadata Error: "configs[1]" must be of type object
YAML Metadata Error: "configs[2]" must be of type object
YAML Metadata Error: "configs[3]" must be of type object

Adult

The Toxicity dataset from the UCI ML repository. The dataset includes 171 molecules designed for functional domains of a core clock protein, CRY1, responsible for generating circadian rhythm.

Configurations and tasks

Configuration Task Description
toxicity Binary classification Is the molecule toxic?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/toxicity")["train"]
Downloads last month
1
Edit dataset card