[Construction of a prediction model for induction of labor based on a small sample of clinical indicator data]

Yali Qin1, Liping Yao2, Ling Yuan3

  • 1School of Optical-Electrical and Computer Engineering, University of Shanghai for Science and Technology, Shanghai 200093, P. R. China.

Because of the diversity and complexity of clinical indicators, it is difficult to establish a comprehensive and reliable prediction model for induction of labor (IOL) outcomes with existing methods. This study aims to analyze the clinical indicators related to IOL and to develop and evaluate a prediction model based on a small-sample of data. The study population consisted of a total of 90 pregnant women who underwent IOL between February 2023 and January 2024 at the Shanghai First Maternity and Infant Healthcare Hospital, and a total of 52 clinical indicators were recorded. Maximal information coefficient (MIC) was used to select features for clinical indicators to reduce the risk of overfitting caused by high-dimensional features. Then, based on the features selected by MIC, the support vector machine (SVM) model based on small samples was compared and analyzed with the fully connected neural network (FCNN) model based on large samples in deep learning, and the receiver operating characteristic (ROC) curve was given. By calculating the MIC score, the final feature dimension was reduced from 55 to 15, and the area under curve (AUC) of the SVM model was improved from 0.872 before feature selection to 0.923. Model comparison results showed that SVM had better prediction performance than FCNN. This study demonstrates that SVM successfully predicted IOL outcomes, and the MIC feature selection effectively improves the model's generalization ability, making the prediction results more stable. This study provides a reliable method for predicting the outcome of induced labor with potential clinical applications.

Related Concept Videos

Prediction Intervals01:03

Prediction Intervals

The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
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. 
The...
Mechanistic Models: Compartment Models in Individual and Population Analysis01:23

Mechanistic Models: Compartment Models in Individual and Population Analysis

Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least squares (OLS)...
Survival Tree01:19

Survival Tree

Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a survival tree begins...