File size: 1,059 Bytes
8841205
d01de53
 
 
 
 
 
 
 
 
 
 
 
dc4d7e5
 
 
d01de53
b78ff1e
dc4d7e5
8841205
dc4d7e5
 
 
 
 
 
 
 
 
 
 
 
 
b78ff1e
dc4d7e5
 
 
b78ff1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
configs:
- config_name: hill
  data_files:
  - path: hill/train.csv
    split: train
  - path: hill/test.csv
    split: test
  default: true
language: en
license: cc
pretty_name: Hill
size_categories: 1M<n<10M
tags:
- tabular_classification
- binary_classification
- multiclass_classification
task_categories:
- tabular-classification
---
# 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})`.