--- language: - en tags: - hill - tabular_classification - binary_classification - UCI pretty_name: Hill size_categories: - n<1K task_categories: - tabular-classification configs: - hill license: cc --- # Hill The [Hill dataset](https://archive.ics.uci.edu/ml/datasets/Hill) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets). Do the plotted coordinates draw a hill? # Configurations and tasks | **Configuration** | **Task** | **Description** | |-------------------|---------------------------|------------------------------------------| | hill | Binary classification | Do the plotted coordinates draw a hill? | # Usage ```python from datasets import load_dataset dataset = load_dataset("mstz/hill")["train"] ``` # Features Features are the coordinates of the drawn point. Feature `X{i}` is the `y` coordinate of the point `(i, X{i})`.