Balance Scale
Donated on 4/21/1994
Balance scale weight & distance database
Dataset Characteristics
Multivariate
Subject Area
Social Science
Associated Tasks
Classification
Feature Type
Categorical
# Instances
625
# Features
4
Dataset Information
Additional Information
This data set was generated to model psychological experimental results. Each example is classified as having the balance scale tip to the right, tip to the left, or be balanced. The attributes are the left weight, the left distance, the right weight, and the right distance. The correct way to find the class is the greater of (left-distance * left-weight) and (right-distance * right-weight). If they are equal, it is balanced.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
right-distance | Feature | Categorical | L, B, R | no | |
right-weight | Feature | Categorical | 1, 2, 3, 4, 5 | no | |
left-distance | Feature | Categorical | 1, 2, 3, 4, 5 | no | |
left-weight | Feature | Categorical | 1, 2, 3, 4, 5 | no | |
class | Target | Categorical | 1, 2, 3, 4, 5 | no |
0 to 5 of 5
Additional Variable Information
1. Class Name: 3 (L, B, R) 2. Left-Weight: 5 (1, 2, 3, 4, 5) 3. Left-Distance: 5 (1, 2, 3, 4, 5) 4. Right-Weight: 5 (1, 2, 3, 4, 5) 5. Right-Distance: 5 (1, 2, 3, 4, 5)
Baseline Model Performance
Dataset Files
File | Size |
---|---|
balance-scale.data | 6.1 KB |
balance-scale.names | 2.2 KB |
Index | 132 Bytes |
Papers Citing this Dataset
Sort by Year, desc
By Yuanhao Li, Badong Chen, Natsue Yoshimura, Yasuharu Koike. 2019
Published in ArXiv.
By Uday Shanthamallu, Jayaraman Thiagarajan, Huan Song, Andreas Spanias. 2018
Published in
By David Johnson, Caiming Xiong, Jason Corso. 2014
Published in ArXiv.
By Kwangmo Yang, Anastasiya Kolesnikova, Won Lee. 2013
Published in J. Inform. and Commun. Convergence Engineering.
0 to 5 of 5
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset balance_scale = fetch_ucirepo(id=12) # data (as pandas dataframes) X = balance_scale.data.features y = balance_scale.data.targets # metadata print(balance_scale.metadata) # variable information print(balance_scale.variables)
Siegler, R. (1976). Balance Scale [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5488X.
Creators
R. Siegler
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.