mstz commited on
Commit
60a184a
1 Parent(s): 620782f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -5,13 +5,16 @@ tags:
5
  - balance_scale
6
  - tabular_classification
7
  - multiclass_classification
8
- pretty_name: Balance scale
 
 
9
  size_categories:
10
  - n<1K
11
  task_categories:
12
  - tabular-classification
13
  configs:
14
  - balance
 
15
  ---
16
  # Balance scale
17
  The [Balance scale dataset](https://archive-beta.ics.uci.edu/dataset/12/balance+scale) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -22,10 +25,14 @@ Two weights are put on the arms of a scale. Where does the scale tilt?
22
  | **Configuration** | **Task** | Description |
23
  |-------------------|---------------------------|---------------------------------------------------------------|
24
  | balance | Multiclass classification | Where does the scale tilt? |
 
25
 
26
  # Usage
27
  ```python
28
  from datasets import load_dataset
29
 
30
  dataset = load_dataset("mstz/balance_scale", "balance")["train"]
31
- ```
 
 
 
 
5
  - balance_scale
6
  - tabular_classification
7
  - multiclass_classification
8
+ - binary_classification
9
+ - UCI
10
+ pretty_name: Balance
11
  size_categories:
12
  - n<1K
13
  task_categories:
14
  - tabular-classification
15
  configs:
16
  - balance
17
+ - is_balanced
18
  ---
19
  # Balance scale
20
  The [Balance scale dataset](https://archive-beta.ics.uci.edu/dataset/12/balance+scale) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
 
25
  | **Configuration** | **Task** | Description |
26
  |-------------------|---------------------------|---------------------------------------------------------------|
27
  | balance | Multiclass classification | Where does the scale tilt? |
28
+ | is_balanced | Binary classification | Does the scale tilt? |
29
 
30
  # Usage
31
  ```python
32
  from datasets import load_dataset
33
 
34
  dataset = load_dataset("mstz/balance_scale", "balance")["train"]
35
+ ```
36
+
37
+ # Features
38
+ Target feature changes according to the selected configuration and is always in last position in the dataset.