数据集:
mstz/hill
The Hill dataset from the UCI ML repository . Do the plotted coordinates draw a hill?
Configuration | Task | Description |
---|---|---|
hill | Binary classification | Do the plotted coordinates draw a hill? |
from datasets import load_dataset dataset = load_dataset("mstz/hill")["train"]
Features are the coordinates of the drawn point. Feature X{i} is the y coordinate of the point (i, X{i}) .