mstz commited on
Commit
b78ff1e
·
1 Parent(s): dc4d7e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -7,12 +7,12 @@ tags:
7
  - binary_classification
8
  pretty_name: Hill
9
  size_categories:
10
- - 100<n<1K
11
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
12
  - tabular-classification
13
  configs:
14
  - hill
15
-
16
  ---
17
  # Hill
18
  The [Hill dataset](https://archive.ics.uci.edu/ml/datasets/Hill) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -27,8 +27,8 @@ Do the plotted coordinates draw a hill?
27
  ```python
28
  from datasets import load_dataset
29
 
30
- dataset = load_dataset("mstz/hill", "hill")["train"]
31
  ```
32
 
33
  # Features
34
- Features are the coordinates of the drawn point. Feature `X{i}` is the `y` coordinate of the point `(i, X{i})`.
 
7
  - binary_classification
8
  pretty_name: Hill
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - hill
15
+ license: cc
16
  ---
17
  # Hill
18
  The [Hill dataset](https://archive.ics.uci.edu/ml/datasets/Hill) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
 
27
  ```python
28
  from datasets import load_dataset
29
 
30
+ dataset = load_dataset("mstz/hill")["train"]
31
  ```
32
 
33
  # Features
34
+ Features are the coordinates of the drawn point. Feature `X{i}` is the `y` coordinate of the point `(i, X{i})`.