Related Experiment Video
Updated: May 29, 2025

Cell-based Assay Protocol for the Prognostic Prediction of Idiopathic Scoliosis Using Cellular Dielectric Spectroscopy
Published on: October 16, 2013
Machine learning algorithms for predicting future curve using first and second visit data in female adolescent
Shuhei Ohyama1, Satoshi Maki2, Toshiaki Kotani3
1Department of Orthopedic Surgery, Graduate School of Medicine, Chiba University, 1-8-1 Inohana, Chuo-ku, Chiba-city, Chiba, 260-8670, Japan. oyama.shuhei@gmail.com.
Purpose:
This study was designed to develop a machine learning (ML) model that predicts future Cobb angle in patients with adolescent idiopathic scoliosis (AIS) using minimal radiographs and simple questionnaires during the first and second visits.
Methods:
Our study focused on 887 female patients with AIS who were initially consulted at a specialized scoliosis center from July 2011 to February 2023. Patient data, including demographic and radiographic data based on anterior-posterior and lateral whole-spine radiographs, were collected at the first, second, and final visits. ML algorithms were employed to develop individual regression models for future Cobb angles of each curve type (proximal thoracic: PT, main thoracic: MT, and thoracolumbar/lumbar: TLL) using PyCaret in Python. Multiple models were explored and analyzed, with the selection of optimal models based on the coefficient of determination (R2) and median absolute error (MAE).
Results:
For the future curve of PT, MT, and TLL, the top-performing models exhibit R2 of 0.73, 0.63, and 0.61 and achieve MAE of 2.3°, 4.0°, and 4.2°.
Conclusions:
The ML-based model using items commonly evaluated at the first and second visits accurately predicted future Cobb angles in female patients with AIS.
More Related Videos
10:46A Method of Trigonometric Modelling of Seasonal Variation Demonstrated with Multiple Sclerosis Relapse Data
Published on: December 9, 2015
06:46Competing-Risk Nomogram for Predicting Cancer-Specific Survival in Multiple Primary Colorectal Cancer Patients after Surgery
Published on: September 27, 2024
Related Concept Videos
Calibration Curves: Linear Least Squares
For data that follow a straight line, the standard method for fitting is the linear...
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Survival Curves
The Kaplan-Meier estimator is the most common method for constructing survival curves. This...