Vaginal birth after cesarean section prediction model for Jordanian population

Shatha Awawdeh1, Hasan Rawashdeh2, Haneen Aljalodi2

  • 1King Abdullah II School for Information Technology, The University of Jordan, Amman, Jordan; School of Information Technology, Applied Science Private University, Amman, Jordan.

The rate of cesarean section has increased significantly worldwide, creating a group of women with one lower segment cesarean section concerned about the mode of delivery in their future pregnancies. This group of mothers will face a complex discussion because the likelihood for a successful vaginal birth after cesarean section provided to them is a general one. The probability of having a successful vaginal birth is the cornerstone factor of the mothers' decision. Therefore, providing a case-specific likelihood that respects the characteristics of each pregnancy will refine counseling, lower the decision conflict, and improve the success rate of vaginal birth trials eventually improving maternal and fetal outcomes. This paper aims to develop a clinical decision support system to evaluate the individualized likelihood mode of delivery for pregnant women with a previous lower segment cesarean section based on their unique characteristics. The study included six hundred fifty-nine pregnant women, where three hundred twenty-seven records had missing values. Various pre-processing steps, including missing data imputation and feature selection, were applied to the original dataset before model development to improve the data quality. Missing values were handled first, then a feature selection process using a genetic algorithm was applied to select the relevant features and to exclude features that may have been affected negatively by missing data imputation. After that, four machine learning classifiers, namely Decision Tree, Random Forest, K-Nearest Neighbors (KNN), and Logistic Regression, were used to build the prediction model. The results showed that imputing missing values followed by feature selection was more efficient than deleting them since the Area Under the Curve (AUC) has increased from 0.655 to 0.812 using the KNN classifier.

Related Concept Videos

Relative Risk01:12

Relative Risk

Relative risk (RR) is a statistical measure commonly used in epidemiology to compare the likelihood of a particular event occurring between two groups. This metric is important for evaluating the relationship between exposure to a specific risk factor and the probability of a particular outcome. It plays a crucial role in medical research, public health studies, and risk assessment. Relative risk quantifies how much more (or less) likely an event is to occur in an exposed group compared to an...
258
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. 
2.3K
Estimating Population Standard Deviation01:26

Estimating Population Standard Deviation

When the population standard deviation is unknown and the sample size is large, the sample standard deviation s is commonly used as a point estimate of σ. However, it can sometimes under or overestimate the population standard deviation. To overcome this drawback, confidence intervals are determined to estimate population parameters and eliminate any calculation bias accurately. However, this only applies to random samples from normally distributed populations. Knowing the sample mean and...
3.0K
Estimating Population Mean with Unknown Standard Deviation01:22

Estimating Population Mean with Unknown Standard Deviation

In practice, we rarely know the population standard deviation. In the past, when the sample size was large, this did not present a problem to statisticians. They used the sample standard deviation s as an estimate for σ and proceeded as before to calculate a confidence interval with close enough results. However, statisticians ran into problems when the sample size was small. A small sample size caused inaccuracies in the confidence interval.
William S. Gosset (1876–1937) of the...
8.2K
Confidence Interval for Estimating Population Mean01:25

Confidence Interval for Estimating Population Mean

A point estimate of the population mean is obtained from a single sample. Such a point estimate does not represent a population well because it needs to account for variability in the population. Single point estimate can also be biased despite the sample being selected randomly. Thus, a point estimate is often unreliable. A confidence interval is needed to reduce this unreliability.
A confidence interval for the mean is a range of values that provides an estimate of the population mean. As the...
7.7K
z Scores and Area Under the Curve01:17

z Scores and Area Under the Curve

z scores are the standardized values obtained after converting a normal distribution into a standard normal distribution. A z score is measured in units of the standard deviation. The z score tells you how many standard deviations the value x is above (to the right of) or below (to the left of) the mean, μ. Values of x that are larger than the mean have positive z scores, and values of x that are smaller than the mean have negative z scores. If x equals the mean, then x has a z score of...
11.0K