开发一个后勤回归模型来预测自发的早产,从母亲的社会人口和产科史在最初的怀孕登记时预测
Brenda F Narice1, Mariam Labib1, Mengxiao Wang2
1School of Medicine and Population Health, The University of Sheffield, Sheffield, UK.
BMC pregnancy and childbirth
|October 21, 2024
概括
一个新的模型使用随时可用的母体数据预测自发早产,为目前的方法提供了具有成本效益的替代方案. 这种方法旨在改善所有孕妇的可访问性,无论他们有没有先前的病史或是否能获得昂贵的查工具.
科学领域:
- 产科和妇科 产科和妇科
- 医疗保健中的机器学习
- 公共卫生 公共卫生
背景情况:
- 目前的早产预测模型通常依赖于以前的出生历史或昂贵的测试,如胎儿纤维素和超声波宫长度测量.
- 这使得低风险或缺乏先进查工具的妇女处于不利地位.
研究的目的:
- 开发一个预测模型,用于37周前的自发早产,使用易于访问的社会人口统计和临床数据可在预订时.
- 创建一个适用于所有孕妇的模型,无论她们的产科病史如何.
主要方法:
- 一个逻辑回归模型是使用917个早产和100个匹配的全程病例 (2018-2020年) 在英国第三级产科单位的数据开发的.
- 从母亲的社会人口统计和产科史中确定了七个预测因素.
- 使用Python 3.8进行数据训练和测试,采用了三重交叉验证技术.
主要成果:
- 该模型对自发早产的预测准确度很好,曲线下的面积 (AUC) 为0.76.
- 敏感性和特异性分别为0.71和0.78.
- 关键预测因素包括母亲的年龄,BMI,种族,吸烟状态,妊娠类型,药物滥用以及平价/产科史.
结论:
- 整合到传统数学模型中的母亲人口统计特征显示出对自发早产的有前途预测效用.
- 这种方法提供了一个可行的替代子宫长度和胎儿纤维菌素测试.
- 进一步验证正在等待,以确认该模型的广泛适用性.
相关概念视频
Regression Toward the Mean
6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
Statistical Methods for Analyzing Epidemiological Data
310
Epidemiological data primarily involves information on specific populations' occurrence, distribution, and determinants of health and diseases. This data is crucial for understanding disease patterns and impacts, aiding public health decision-making and disease prevention strategies. The analysis of epidemiological data employs various statistical methods to interpret health-related data effectively. Here are some commonly used methods:
310
Mechanistic Models: Compartment Models in Individual and Population Analysis
29
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...
29
Introduction To Survival Analysis
184
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
The primary goal of survival analysis is to estimate survival time—the time...
184
Survival Tree
61
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...
Building a Survival Tree
Constructing a...
61
Regression Analysis
5.6K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.6K


