Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
- balloons
|
6 |
- tabular_classification
|
7 |
- binary_classification
|
|
|
8 |
pretty_name: Balloons
|
9 |
size_categories:
|
10 |
- n<1K
|
@@ -43,4 +44,4 @@ dataset = load_dataset("mstz/balloons", "adult_or_stretch")["train"]
|
|
43 |
|`size` |`[string]` | Balloon's size. |
|
44 |
|`act` |`[string]` | Balloon's state. |
|
45 |
|`age` |`[string]` | Balloon's age. |
|
46 |
-
|`is_inflated
|
|
|
5 |
- balloons
|
6 |
- tabular_classification
|
7 |
- binary_classification
|
8 |
+
- UCI
|
9 |
pretty_name: Balloons
|
10 |
size_categories:
|
11 |
- n<1K
|
|
|
44 |
|`size` |`[string]` | Balloon's size. |
|
45 |
|`act` |`[string]` | Balloon's state. |
|
46 |
|`age` |`[string]` | Balloon's age. |
|
47 |
+
|`is_inflated` | `[int8]`| The inflation status of the baloon.|
|