mstz commited on
Commit
180a8fd
·
1 Parent(s): d6672f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -7,14 +7,15 @@ tags:
7
  - binary_classification
8
  pretty_name: Balloons
9
  size_categories:
10
- - 100<n<10
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
  - adult_or_stretch
15
  - adult_and_stretch
16
  - yellow_and_small
17
  - yellow_and_small_or_adult_and_stretch
 
18
  ---
19
  # Balloons
20
  The [Balloons dataset](https://archive.ics.uci.edu/ml/datasets/Balloons) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -42,3 +43,4 @@ dataset = load_dataset("mstz/balloons", "adult_or_stretch")["train"]
42
  |`size` |`[string]` | Balloon's size. |
43
  |`act` |`[string]` | Balloon's state. |
44
  |`age` |`[string]` | Balloon's age. |
 
 
7
  - binary_classification
8
  pretty_name: Balloons
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - adult_or_stretch
15
  - adult_and_stretch
16
  - yellow_and_small
17
  - yellow_and_small_or_adult_and_stretch
18
+ license: cc
19
  ---
20
  # Balloons
21
  The [Balloons dataset](https://archive.ics.uci.edu/ml/datasets/Balloons) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
 
43
  |`size` |`[string]` | Balloon's size. |
44
  |`act` |`[string]` | Balloon's state. |
45
  |`age` |`[string]` | Balloon's age. |
46
+ |`is_inflated`| `[int8]`| The inflation status of the baloon.|