The Madelon dataset from the UCI ML repository . Artificial dataset with continuous input variables. Highly non-linear classification problem.
Configuration | Task | Description |
---|---|---|
madelon | Binary classification |
from datasets import load_dataset dataset = load_dataset("mstz/madelon")["train"]