Dataset Viewer
Full Screen Viewer
Full Screen
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
YAML Metadata
Error:
"configs[0]" must be of type object
YAML Metadata
Error:
"configs[1]" must be of type object
Balance scale
The Balance scale dataset from the UCI ML repository.
Two weights are put on the arms of a scale. Where does the scale tilt?
Configurations and tasks
Configuration | Task | Description |
---|---|---|
balance | Multiclass classification | Where does the scale tilt? |
is_balanced | Binary classification | Does the scale tilt? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/balance_scale", "balance")["train"]
Features
Target feature changes according to the selected configuration and is always in last position in the dataset.
- Downloads last month
- 38