hill / README.md
mstz's picture
Upload 4 files
dc4d7e5
|
raw
history blame
1.01 kB
metadata
language:
  - en
tags:
  - hill
  - tabular_classification
  - binary_classification
pretty_name: Hill
size_categories:
  - 100<n<1K
task_categories:
  - tabular-classification
configs:
  - hill

Hill

The Hill dataset from the UCI ML repository. Do the plotted coordinates draw a hill?

Configurations and tasks

Configuration Task Description
hill Binary classification Do the plotted coordinates draw a hill?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/hill", "hill")["train"]

Features

Features are the coordinates of the drawn point. Feature X{i} is the y coordinate of the point (i, X{i}).