Vertebral Column
Donated on 8/8/2011
Data set containing values for six biomechanical features used to classify orthopaedic patients into 3 classes (normal, disk hernia or spondilolysthesis) or 2 classes (normal or abnormal).
Dataset Characteristics
Multivariate
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
Real
# Instances
310
# Features
6
Dataset Information
Additional Information
Biomedical data set built by Dr. Henrique da Mota during a medical residence period in the Group of Applied Research in Orthopaedics (GARO) of the Centre Médico-Chirurgical de Réadaptation des Massues, Lyon, France. The data have been organized in two different but related classification tasks. The first task consists in classifying patients as belonging to one out of three categories: Normal (100 patients), Disk Hernia (60 patients) or Spondylolisthesis (150 patients). For the second task, the categories Disk Hernia and Spondylolisthesis were merged into a single category labelled as 'abnormal'. Thus, the second task consists in classifying patients as belonging to one out of two categories: Normal (100 patients) or Abnormal (210 patients). We provide files also for use within the WEKA environment.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
pelvic_incidence | Feature | Continuous | no | ||
pelvic_tilt | Feature | Continuous | no | ||
lumbar_lordosis_angle | Feature | Continuous | no | ||
sacral_slope | Feature | Continuous | no | ||
pelvic_radius | Feature | Continuous | no | ||
degree_spondylolisthesis | Feature | Continuous | no | ||
class | Target | Categorical | no |
0 to 7 of 7
Additional Variable Information
Each patient is represented in the data set by six biomechanical attributes derived from the shape and orientation of the pelvis and lumbar spine (in this order): pelvic incidence, pelvic tilt, lumbar lordosis angle, sacral slope, pelvic radius and grade of spondylolisthesis. The following convention is used for the class labels: DH (Disk Hernia), Spondylolisthesis (SL), Normal (NO) and Abnormal (AB).
Dataset Files
File | Size |
---|---|
column_3C_weka.arff | 25.8 KB |
column_2C_weka.arff | 24.6 KB |
column_2C.dat | 11.5 KB |
column_3C.dat | 11.5 KB |
Papers Citing this Dataset
Sort by Year, desc
By Yuzhe Ma, Xiaojin Zhu, Justin Hsu. 2019
Published in ArXiv.
0 to 1 of 1
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset vertebral_column = fetch_ucirepo(id=212) # data (as pandas dataframes) X = vertebral_column.data.features y = vertebral_column.data.targets # metadata print(vertebral_column.metadata) # variable information print(vertebral_column.variables)
Barreto, G. & Neto, A. (2005). Vertebral Column [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5K89B.
Creators
Guilherme Barreto
Ajalmar Neto
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.