数据集:

mstz/madelon

中文

Annealing

The Madelon dataset from the UCI ML repository . Artificial dataset with continuous input variables. Highly non-linear classification problem.

Configurations and tasks

Configuration Task Description
madelon Binary classification

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/madelon")["train"]