Literature DB >> 31879701

Machine learning models to predict onset of dementia: A label learning approach.

Vijay S Nori1, Christopher A Hane1, William H Crown1, Rhoda Au2, William J Burke3, Darshak M Sanghavi1, Paul Bleicher1.   

Abstract

INTRODUCTION: The study objective was to build a machine learning model to predict incident mild cognitive impairment, Alzheimer's Disease, and related dementias from structured data using administrative and electronic health record sources.
METHODS: A cohort of patients (n = 121,907) and controls (n = 5,307,045) was created for modeling using data within 2 years of patient's incident diagnosis date. Additional cohorts 3-8 years removed from index data are used for prediction. Training cohorts were matched on age, gender, index year, and utilization, and fit with a gradient boosting machine, lightGBM.
RESULTS: Incident 2-year model quality on a held-out test set had a sensitivity of 47% and area-under-the-curve of 87%. In the 3-year model, the learned labels achieved 24% (71%), which dropped to 15% (72%) in year 8. DISCUSSION: The ability of the model to discriminate incident cases of dementia implies that it can be a worthwhile tool to screen patients for trial recruitment and patient management.
© 2019 The Authors.

Entities:  

Keywords:  Alzheimer's disease; Gradient boosting machine; Machine learning; Onset of dementia; Prediction

Year:  2019        PMID: 31879701      PMCID: PMC6920083          DOI: 10.1016/j.trci.2019.10.006

Source DB:  PubMed          Journal:  Alzheimers Dement (N Y)        ISSN: 2352-8737


Introduction

Accurate prediction of future onset of Alzheimer's disease or related dementias (ADRD) has several important practical applications. In particular, it facilitates the identification of individuals who are at high risk of developing ADRD to support the clinical development of novel treatments. Commonly, patients are identified after they have already experienced significant neurodegeneration. Predictive models that can identify patients who will subsequently develop dementia might create the opportunity for such persons to be evaluated for potential contributors to cognitive impairment (e.g., high-risk medications, depression, medical illnesses), participate in prevention-based interventions, as well as identify candidates for clinical trials. Persons predicted to be at risk can also be offered the opportunity for more thoughtful planning for the future. Finally, predicting the onset of ADRD can be very helpful for identifying individuals who are at risk of institutionalization. Community support services may help to delay institutionalization, as well as help families to cope with the host of planning issues raised by the loss of independence resulting from dementia [1]. A number of prior dementia risk models have been published in the peer-reviewed literature [[2], [3], [4], [5], [6], [7], [8], [9], [10]]. These have been shown to have moderate discriminatory capabilities (area under the curve ranging from 0.60 to 0.78). Most of these studies used clinical data for model estimation that limits their generalizability to other settings. Additionally, these prior studies do not directly address a key assumption of supervised machine learning methods—are the labels on the data correct? For ADRD, we know that the rules used to label disease onset are error prone due to undercoding, provider variation, and other factors. This raises numerous questions for the application of machine learning. Would a model cement in place current non-optimal diagnostic practices if it uses the raw labels? To what extent is moderate model quality due to erroneous labels versus other limitations of the modeling process? What can be done to enhance the quality of the labels before applying the machine learning models? This paper extends previous research by basing model estimation on a very large integrated dataset of medical claims and electronic health record data, as well as the use of more sophisticated machine learning estimation methods. In particular, we utilize label learning methods designed to address the inaccuracy of diagnostic coding typically found in administrative claims and electronic health record (EHR) datasets. We hypothesized that the use of larger, more complex data, label learning, and sophisticated machine learning methods lead to substantial improvements in predictive algorithms for dementia, that is, raising sensitivity to 25% or more over the 16% result of Nori [10].

Methods

This study used de-identified administrative claims and EHR data between 2007 and 2017 from the OptumLabs® Data Warehouse (OLDW) [11]. The database contains longitudinal health information on enrollees and patients, representing a diverse mixture of ages, ethnicities, and geographical regions across the United States. The claims data in OLDW includes medical and pharmacy claims, laboratory results, and enrollment records for commercial and Medicare Advantage enrollees. Since this study involved the analysis of preexisting, de-identified data, it was exempt from Institutional Review Board approval. The study dates from 1/1/2007 to 12/31/2017 coincide with the earliest date that EHR data is available, and the end of the latest year after the project was initiated. Patients are 45 years old or more on their confirmation date. The outcome variable of all the cohorts is an incident diagnosis of ADRD, including mild cognitive impairment (MCI). The study chose this mixed set of diagnoses because of the confusion in patient presentation among these conditions that leads to inaccurate or incomplete coding of incident disease [12]. In this paper, we adopt a label learning methodology designed to address this issue [13]. Full details on the medical coding and rules used to establish the outcome variable and the cohorts are in the Supplementary Material A. Fig. 1 provides the attrition table for the structural EHR (SEHR) cohort in the label learning phase. Table 1 provides sample sizes and summary statistics for each of the data sets. The SEHR, EHR-only subset is less than 0.2% of the data (N = 8644) and omitted in Table 1 as a non-representative subset but included in the analysis. The remainder of this section is an overview of the data sets.
Fig. 1

Attrition of the two-year cohort into the training, validation and test data.

Table 1

Data source sample sizes and summary statistics

CohortSubsetNAge mean (SD)Encounters mean (SD)Case prevalence, %Female, %Cardiovascular disease prevalence, %Mood disorder prevalence, %
ClaimsClaimsOnly5,640,63760.0 (10.7)10.7 (21.6)2.152.846.214.6
SEHRClaimsOnly4,810,73059.8 (10.6)10.6 (21.0)2.152.345.113.9
SEHRMixed609,57861.7 (11.3)11.3 (29.4)3.556.255.119.3
Open-WorldClaimsOnly8,348,49660.4 (10.7)10.7 (24.1)2.754.743.914.4
Open-WorldEHROnIy7,276,42662.6 (11.4)11.4 (17.4)3.759.034.214.1
Open-WorldMixed1,602,89860.6 (10.7)10.7 (27.4)4.157.647.719.1
Attrition of the two-year cohort into the training, validation and test data. Data source sample sizes and summary statistics This study compared models estimated using three test data sets to understand better how clinical data adds information to the diagnosis. The simplest data set is claims-only. This data set uses 2 years of continuous enrollment in medical and pharmacy benefits. It uses only administrative data, not EHR data. The SEHR data set also uses 2 years of continuous enrollment exactly as the claims-only data, but it adds the cognitive testing inclusion rule and adds the structured EMR diagnoses and prescriptions written as data for analysis. The last cohort is an Open-World dataset that uses administrative data and EMR data without continuous enrollment. In place of continuous enrollment from a benefits file, this cohort uses a health care encounter in a calendar year as an indication of a patient's ability to access health care services. Consecutive years of encounters were used in place of 2 years of continuous enrollment. Everyone in the Open-World cohort must have two encounters (one in each year), but the other two cohorts only have one or more. Within this Open-World cohort are three distinct sets of patients; those with only claims data, those with only EHR data, and those with mixed data sources. Complete descriptive tables on each of the prediction cohorts are provided in the Supplementary Material B. In all cohorts, the data included claims' diagnoses (ICD-10 and ICD-9 codes), NDC codes for pharmacy claims, procedure codes, and demographics (age, gender, and utilization measured as unique service days). The study needed to use ICD-10 and ICD-9 codes because the time frame included the transition from ICD-9 to ICD-10. All ICD-10 codes were mapped back to ICD-9 codes before creating the variables using the CMS mappings [14]. The CPT codes were limited to radiology (7*), psychiatric interviews (908*), or neurological testing (961*). In the SEHR and Open-World cohorts, the EHR data provided diagnosis codes, procedure codes, and prescriptions written in a structured format; no clinical notes were used. These EHR data are merged with the claims data without differentiation. In the SEHR 2-year incident cohort, there are 13,586 unique medical codes available for the analytic models. Table 1 shows that the Open-World data skew older, as expected, due to more Medicare-eligible patients. The Open-World data subsets show diversity in the prevalence of cardiovascular disease and mood disorders due to the combination of 2 required visits (more than Claims or SEHR) and missingness of some visits in the OW-EHR and OW-Mixed sets.

Analytic Methods

The study uses two stages of prediction to predict ADRD over a range of 3 to 8 years prior to incident diagnosis, which was determined by having a 2-year clean period. This process is inspired by semi-supervised learning, where a small set of labeled data is used to create a model to predict data labels [13]. This model is applied to a much larger set of unlabeled data to create labels, and then the larger data set with predicted labels are used to create more accurate predictive models. The additional size of the second model allows more accuracy on the same task. We adopt this two-stage method not to use more unlabeled data, but to improve the incomplete and error-prone case and control labels created from claims and EHR data [12]. These data sources underreport patients with the disease, implying there are controls that should be cases; in other instances, cases may be mislabeled. By modeling the cases and controls at the time of diagnosis, we create a consistent probability label for all patients—consistent, meaning that two patients with the same data profile have the same fitted value from the model. This overcomes a key issue of provider variation in recording diagnoses for the patients. This provider variation can undermine the quality of the machine learning by embedding too much noise in the outcome. In this study, we alter the standard semi-supervised machine learning method by adding a time component. In this work, the first stage of creates a propensity model of a patient being like the incident diagnosed patients using data in a two year window ending at the index date; the second stage of prediction then uses these propensity scores to update the outcome for a model using data in windows for years 3 and 4, 4 and 5, up to 8 and 9 years removed from the patient's index date (i.e., 6 different new models). We set the new outcome labels based on the details of the inter-quartile range of the case's calibrated scores in the label learning model. Patients scoring below the 25th percentile of the case's scores are set to controls, and those above the 75th percentile are set to cases. More simply, we reset the labels of the least likely cases to be controls, and most likely controls to be cases. Because this label change is performed based on the percentiles of the cases, the thresholds wind up changing approximately 1% of all scores (50% in 2% prevalent cases). In a clinical setting, one could choose the lower and upper threshold of scores to reflect the economics of these choices using the profile of the learned label distribution. All model fitting is performed with LightGBM [15]. LightGBM is an open-source implementation of a gradient boosting framework that uses a sequence of trees to solve classification or regression models. Details of the variable selection and model fitting and post-fitting calibration processes are in the Supplementary Material C. Special care was taken, so the process is automated and simple. The same fitting steps are applied to the label learning and prediction stages. The label learning model is trained only on the SEHR data. This data set was chosen because it is nearly the same as the claims-only data (so it is simple to collect), and its use of cognitive tests may increase the accuracy of the index date versus the claims only data. This trained model is used to score the Claims-only and Open-World data sets to create their learned labels. Predictive models are fit to the SEHR, Claims-Only, and Open-World cohorts separately. For the Open-World cohort model, quality assessments are computed on the subsets of patients who have claims-only data, EHR-only data, and mixed data. These subsets provide additional data to understand how the model may generalize to various data inputs. To evaluate the results, we used an array of comparisons. First, we used a baseline of predicting the original label from each data set, that is, each cohort, and each time period, 18 models in all. Second, we fitted each model to the learned labels using the same process. A direct comparison of the results is not obvious. The two models for a single data set have changed their outcomes and the prevalence of their outcomes. The degree of change depends on the survivorship of patients from the label learning period into the time period of the prediction. While many comparisons could be computed, in the end, changing the labels in this data-driven way would be similar to changing the way the inclusion rules are computed, then comparing model fits.

Results

In the label learning model, test data held out from the same data source shows an excellent fit of 87% area-under-the-curve (AUC) and a sensitivity of 0.47 (Table 2). Since AUC can be a misleading indicator of fit as it tends to perform very well in highly unbalanced samples, we also computed the sensitivity of the models. The study uses multiple thresholds to compute the sensitivity within the model because of the wide range in prevalence in the outcome across the age groups. In each age group, the model chooses the thresholds to be the age-based case prevalences. Choosing the threshold by case prevalence forces false positives and false negatives to be equal, which in turn forces sensitivity to equal the positive predictive value (Supplementary Material C). From these age group assignments, the global model quality measures can be computed. Table 2 shows the label learning model quality per age-group as fit to the original labels. The model performs best in the elderly (0.53 sensitivity, 81% AUC), where the prevalence and health care utilization is highest and has the least sensitivity in the youngest. However, model discrimination, as measured by AUC, is highest in the populations less than 70 years old, and least in those over 70.
Table 2

Label Learning Model results by age group

Age groupSensitivityAUCLiftTrue positivesFalse positivesTrue negativesFalse negativesCase, %Case countTotal count
45,550.290.8994.0403977444,9399770.311380447,296
55,600.340.9063.8325622175,9996220.53947177,568
60,640.390.9048.8374583117,9455830.80957119,485
64,700.380.8824.08441396139,14813961.572240142,784
70,750.430.8510.71499199881,50719984.02349787,002
75,800.490.835.22722281849,96128189.50554058,319
80,990.530.812.95205463439,639463418.18983954,112
Summary0.470.8720.911,37213,0281,049,13813,0282.2524,4001,086,566

Abbreviation: AUC, area-under-the-curve.

Label Learning Model results by age group Abbreviation: AUC, area-under-the-curve. Table 3 shows how the model fit to the original labels can be used with different thresholds and measures in the test data. The thresholds are for calibrated scores; they reflect the fraction of cases in the raw score neighborhoods. Adjacent to the original label results is the result for changing only the outcomes to the learned labels while keeping the fitted values the same. This demonstrates the large improvement in the quality measures when changing the labels. This is not to say a model fit to the learned labels would have this performance; the data for the prediction models is in Table 4.
Table 3

Comparison of onset model quality for original versus learned labels

Original labels
Learned labels
Prediction thresholdSensitivity of ADRDSpecificity of ADRDPositive predictive value of ADRDProportion of cohort over thresholdPrediction thresholdSensitivity of ADRDSpecificity of ADRDPositive predictive value of ADRDProportion of cohort over threshold
Choosing by threshold greater than
0.750.0601.0000.8570.0020.750.0751.0001.0000.002
0.500.1800.9980.6810.0060.500.2831.0001.0000.006
0.200.3880.9870.4050.0210.200.6190.9910.6040.021
Choosing by sensitivity
0.1020.500.9710.2820.0400.3280.500.9990.9260.011
0.0070.900.5450.0430.4650.0400.900.9210.1960.096
0.0040.950.3250.0310.6810.0310.950.8930.1600.124
Choosing by specificity
0.0640.5720.950.2090.0610.0610.8300.950.2620.066
0.2230.3530.990.4480.0180.1890.6340.990.5760.023
0.6100.1280.9990.7470.0040.3260.5030.9990.9160.012

Abbreviation: ADRD, Alzheimer's disease or related dementias.

Table 4

Sensitivity (area-under-the-curve) scores over different time windows

Time windowOutcome labelSEHROW-COW-EOW-MClaims
Label LearningOriginal0.47 (0.87)0.49 (0.87)0.41 (0.83)0.50 (0.86)0.46 (0.87)
3 yearOriginal0.26 (0.70)0.29 (0.70)0.26 (0.67)0.29 (0.68)0.23 (0.69)
3 yearLearned0.24 (0.71)0.28 (0.73)0.27 (0.72)0.30 (0.72)0.24 (0.71)
4 yearOriginal0.27 (0.67)0.29 (0.68)0.26 (0.66)0.29 (0.66)0.25 (0.69)
4 yearLearned0.21 (0.68)0.27 (0.72)0.26 (0.72)0.29 (0.71)0.20 (0.71)
5 yearOriginal0.25 (0.64)0.27 (0.63)0.24 (0.61)0.26 (0.62)0.25 (0.67)
5 yearLearned0.22 (0.66)0.24 (0.71)0.21 (0.71)0.25 (0.70)0.23 (0.68)
6 yearOriginal0.26 (0.68)0.27 (0.65)0.23 (0.64)0.27 (0.64)0.25 (0.69)
6 yearLearned0.22 (0.67)0.24 (0.69)0.23 (0.69)0.25 (0.69)0.23 (0.69)
7 yearOriginal0.25 (0.65)0.25 (0.67)0.21 (0.64)0.26 (0.66)0.26 (0.68)
7 yearLearned0.22 (0.67)0.21 (0.69)0.20 (0.67)0.22 (0.68)0.18 (0.68)
8 yearOriginal0.25 (0.63)0.25 (0.63)0.22 (0.60)0.28 (0.62)0.24 (0.59)
8 yearLearned0.15 (0.72)0.21 (0.65)0.21 (0.63)0.25 (0.66)0.18 (0.70)

Abbreviations: SEHR, structured electronic health record data; OW-C, Open World claims only data; OW-E, Open World EHR data; OW-M Open World mixed data.

Comparison of onset model quality for original versus learned labels Abbreviation: ADRD, Alzheimer's disease or related dementias. Sensitivity (area-under-the-curve) scores over different time windows Abbreviations: SEHR, structured electronic health record data; OW-C, Open World claims only data; OW-E, Open World EHR data; OW-M Open World mixed data. Tables 2 and 4 also show the model lift statistic. Lift is the ratio of sensitivity to the prevalence and better highlights improvements in sensitivity for low prevalence models. The label learning model is also used to score data from claims-only and three subsets of the Open-World data, claims-only, EHR-only and mixed (OW-C, OW-E, and OW-M) (Table 4). These 4 tests show the sensitivity degrades only slightly for OW-E (0.41, 83%) and claims-only (0.46, 87%), and improves in OW-C (0.49, 87%) and OW-M (0.50, 86%). The OW-E cohort has the fewest encounters per member due to missingness, so the lower quality of that model is understandable. As the time horizon grows from 3 to 8 years, the model accuracy falls as the patient population size declines as fewer incident patients are available, and the number of medical encounters falls. Fitting to the learned labels generally results in slightly lower sensitivity but better AUC values (Table 4). This holds true in each data set and across the years. Table 5 reports the top ten features in the label learning model. These include several codes indicating neurological testing, presence of neurological diseases, and diagnoses of altered mental status and presence of psychotic and schizophrenic disorders. Details on other features in the model are provided in the Supplementary Materials A–D.
Table 5

Top 10 Features that explain the model prediction in Label Learning∗

Type of variableCodeTime window (days)Code descriptionPercent gainCumulative gain
icd978097730Altered Mental Status7.27.2
cpt470551730Magnetic Resonance (e.g., Proton) Imaging, Brain (including Brain Stem); Without Contrast Material6.413.6
etg31990060Neurological Diseases Signs & Symptoms4.418.0
cpt470450730Computed Tomography, Head Or Brain; Without Contrast Material4.222.3
cpt47055160Magnetic Resonance (e.g., Proton) Imaging, Brain (including Brain Stem); Without Contrast Material4.026.3
cpt496118730Neuropsychological Testing (e.g., Halstead-reitan Neuropsychological Battery, Wechsler Memory Scales And Wisconsin Card Sorting Test), Per Hour Of The Psychologist's Or Physician's Time, Both Face-to-face Time Administering Tests To The Patient And Time Interpreting These Test Results And Preparing The Report3.429.7
etg319900730Neurological Diseases Signs & Symptoms2.432.1
cpt496116730Neurobehavioral Status Exam (clinical Assessment Of Thinking, Reasoning And Judgment, e.g., Acquired Knowledge, Attention, Language, Memory, Planning And Problem Solving, And Visual Spatial Abilities), Per Hour Of The Psychologist's Or Physician's Time, Both Face-to-face Time With The Patient And Time Interpreting Test Results And Preparing The Report2.434.5
etg239300730Psychotic & Schizophrenic Disorders2.336.8
cpt49611860Neuropsychological Testing (e.g., Halstead-Reitan Neuropsychological Battery, Wechsler Memory Scales And Wisconsin Card Sorting Test), Per Hour Of The Psychologist's Or Physician's Time, Both Face-to-face Time Administering Tests To The Patient And Time Interpreting These Test Results And Preparing The Report2.339.1

Additional features reported in Supplementary Material D.

Top 10 Features that explain the model prediction in Label Learning∗ Additional features reported in Supplementary Material D.

Discussion

The results presented in this paper contribute to a growing literature on dementia risk models, although relatively few have used claims or EHR data. A recent systematic review of dementia risk prediction models [16] found models that could be grouped into five categories: (1) demographic factors only; (2) cognitive-based (cognitive test scores); (3) health variables and risk factors; (4) genetic risk scores; and (5) multivariable models that combined demographic with health and lifestyle factors. However, of the 21 models reviewed, only four used model validation techniques by testing the models on different data than was used for estimation. Consequently, it is difficult to know how the models would perform in other settings. Previously, traditional regression modeling techniques have been applied to clinical data to successfully identify early cases of ADRD [17], to cluster patients into fast versus slow progression sub-types [18], to distinguish mild cognitive impairment or normal aging from early dementia [19], and to assist in the interpretation and clinical significance of findings from neuroimaging studies [[20], [21], [22], [23], [24]]. Recently, administrative claims data have been used to develop dementia risk models with performance similar to other models in the published literature [9,10]. Models using claims data are more widely available for large populations, offering the potential for their practical use in screening and identifying patients. These studies also included validation components. Our study used label learning methods that address dementia undercoding and miscoding. In one study, Alzheimer's disease and related dementias were recorded as a diagnosis for less than 25% of patients with moderate to severe cognitive impairment [25]; and in another, physicians were unaware of cognitive impairment in more than 40% of their cognitively impaired patients [26]. Among participants in a Medicare Alzheimer's Disease Demonstration, less than 20% of participants were classified with dementia of the Alzheimer type based on a year's worth of claims data, although 68% carried that diagnosis upon referral [27]. A review of seven studies examining the extent to which dementia is omitted as a cause of death, found that the reporting on death certificates ranged from 7.2% to 41.8% [28]. This prior work [9,10,[17], [18], [19], [20], [21], [22], [23], [24]] does not address the issue of errors in labeling the patients as cases and controls. When a patient's diagnoses are incorrectly assigned, the machine learning algorithm will learn the wrong patterns. As this study shows, assigning a learned label can improve some measures of model quality, but there remains an issue of ground-truth about the assignment of the new labels. Improving methods to assess diagnostic accuracy, as well as promoting cognitive data collection during clinical encounters, should be an area of further active research. Table 3 shows that different thresholds can serve different purposes. A wide-ranging public service announcement can target 90% of at-risk people by contacting less than half the population (46.5%), or if one wishes to use the learned labels, the same 90% outreach can be done by reaching out to 9.6% of the population. A much more targeted outreach with 99.9% specificity would have 74.7% positive predictive value, or 91.6% PPV in the learned labels. As with recent studies using claims data, the current study includes a validation component. The use of the two-step label learning technique, combined with more sophisticated machine learning estimation methods [13,15], results in a model with a sensitivity of 47% and AUC of 87% (Table 2). Model performance is strong across all age groups, but the lift is greatest in the youngest age groups (e.g., improvement of 94.7%). This is particularly important in using the models to identify potential patients for recruitment into clinical studies as this results in very substantial improvements in the efficiency with which preclinical-early stage disease potential study subjects can be identified, as well as potentially detecting acute progression. Model performance is consistent across datasets and time horizons (Table 4), with the exception of years 7 and 8, where the reduction in data volume results in deterioration in performance (Supplementary Material D). Table 5 and Supplementary Material D identify the top predictive features. The top ten predictors were dominated by several codes indicating neurological testing, presence of neurological diseases, signs and symptoms, and diagnoses of altered mental status, and the presence of psychosis. Details on other features in the model are provided in the Supplementary Material D. Although not appearing in the top ten features reported in Table 5, evidence of vascular disease was represented among the features explaining the top 80% of model prediction (Supplementary Material D), which supports clinical data suggesting an overlap of risk factors for cardiovascular disease with vascular dementia [29,30]. Mental health diagnoses and treatments were also prominent in both the top 10 features and the extended feature set (Supplementary Table D.1). However, the association of dementia risk with diabetes mellitus found in previous studies was not evident among the top predictive features [30]. Anticholinergic drug exposure has also been identified as a risk factor for dementia [31]. Anticholinergic drugs figured prominently in the list of top predictive features in our models as well (Supplementary Material D). Fitting the model to different outcome variables was performed to address variation in diagnostic quality. The fits show that the process can generate similar results at the population level, but that the learned labels are not a silver bullet to creating excellent models. Changing the outcome variable cannot address the issues of lack of precision in data collection that limit model feature quality, and therefore, model performance. We call upon the clinical profession to place greater emphasis on the accuracy of diagnostic information that they enter into EHR systems and submit to payers for reimbursement. Accurate diagnostic data is fundamental for identifying patients for early clinical intervention, community support, financial planning, recruitment in clinical trials, and other purposes. Model performance can be improved in the following areas. More precise rules for an incident disease that use provider specialty or more comprehensive confirmation rules could increase label accuracy. Calibration of the fitted scores can be enhanced using a smoothing model. Grid search for optimal fits is inefficient. This grid search chose to optimize to the sensitivity, but other objectives could give different results. Deep learning models can be used to fit the data, enhancing the fit by exploiting the nonlinear nature of the deep learning networks. Adding clinical data, like notes and cognitive testing results, from the EHR system, can add nuance that providers do not enter into structured codes. Systematic review: A recent survey by Tang 2015 found that there are no dementia risk models that rely solely on structured claims and EHR data, nor do any use advanced machine learning methods. Since that report, Albrecht 2018 and Nori 2018 have published regression models using claims data, but not advanced machine learning models. Interpretation: Model accuracy over 80% area-under-the-curve and sensitivity over 40% is an indication that the model developed has utility to prescreen patients for follow-up diagnosis, or evaluation for clinical trials. Evaluation of the model across data sets with millions of patients and differing enrollment criteria strengthens its generalization to data gathered from other settings. The model quality is a substantial improvement over the prior work using claims data alone. Future directions: Additional progress will require better methods, more patient and family data and better clinical documentation to determine which patients are miss-identified in the source data.
  24 in total

Review 1.  Therapy Insight: type 2 diabetes mellitus and the risk of late-onset Alzheimer's disease.

Authors:  Mary N Haan
Journal:  Nat Clin Pract Neurol       Date:  2006-03

2.  Misclassification and selection bias when identifying Alzheimer's disease solely from Medicare claims records.

Authors:  R Newcomer; T Clay; J S Luxenberg; R H Miller
Journal:  J Am Geriatr Soc       Date:  1999-02       Impact factor: 5.562

3.  Predicting Prodromal Alzheimer's Disease in Subjects with Mild Cognitive Impairment Using Machine Learning Classification of Multimodal Multicenter Diffusion-Tensor and Magnetic Resonance Imaging Data.

Authors:  Martin Dyrba; Frederik Barkhof; Andreas Fellgiebel; Massimo Filippi; Lucrezia Hausner; Karlheinz Hauenstein; Thomas Kirste; Stefan J Teipel
Journal:  J Neuroimaging       Date:  2015-01-28       Impact factor: 2.486

4.  Development and validation of a brief dementia screening indicator for primary care.

Authors:  Deborah E Barnes; Alexa S Beiser; Anne Lee; Kenneth M Langa; Alain Koyama; Sarah R Preis; John Neuhaus; Ryan J McCammon; Kristine Yaffe; Sudha Seshadri; Mary N Haan; David R Weir
Journal:  Alzheimers Dement       Date:  2014-02-01       Impact factor: 21.566

5.  Predicting risk of dementia in older adults: The late-life dementia risk index.

Authors:  D E Barnes; K E Covinsky; R A Whitmer; L H Kuller; O L Lopez; K Yaffe
Journal:  Neurology       Date:  2009-05-13       Impact factor: 9.910

6.  Midlife risk score for the prediction of dementia four decades later.

Authors:  Lieza G Exalto; Charles P Quesenberry; Deborah Barnes; Miia Kivipelto; Geert Jan Biessels; Rachel A Whitmer
Journal:  Alzheimers Dement       Date:  2013-09-10       Impact factor: 21.566

7.  Anticholinergic Drug Exposure and the Risk of Dementia: A Nested Case-Control Study.

Authors:  Carol A C Coupland; Trevor Hill; Tom Dening; Richard Morriss; Michael Moore; Julia Hippisley-Cox
Journal:  JAMA Intern Med       Date:  2019-08-01       Impact factor: 21.873

8.  Identifying incident dementia by applying machine learning to a very large administrative claims dataset.

Authors:  Vijay S Nori; Christopher A Hane; David C Martin; Alexander D Kravetz; Darshak M Sanghavi
Journal:  PLoS One       Date:  2019-07-05       Impact factor: 3.240

9.  Automatic classification of MR scans in Alzheimer's disease.

Authors:  Stefan Klöppel; Cynthia M Stonnington; Carlton Chu; Bogdan Draganski; Rachael I Scahill; Jonathan D Rohrer; Nick C Fox; Clifford R Jack; John Ashburner; Richard S J Frackowiak
Journal:  Brain       Date:  2008-01-17       Impact factor: 13.501

Review 10.  Current Developments in Dementia Risk Prediction Modelling: An Updated Systematic Review.

Authors:  Eugene Y H Tang; Stephanie L Harrison; Linda Errington; Mark F Gordon; Pieter Jelle Visser; Gerald Novak; Carole Dufouil; Carol Brayne; Louise Robinson; Lenore J Launer; Blossom C M Stephan
Journal:  PLoS One       Date:  2015-09-03       Impact factor: 3.240

View more
  6 in total

1.  Genetic Algorithms for Optimized Diagnosis of Alzheimer's Disease and Frontotemporal Dementia Using Fluorodeoxyglucose Positron Emission Tomography Imaging.

Authors:  Josefa Díaz-Álvarez; Jordi A Matias-Guiu; María Nieves Cabrera-Martín; Vanesa Pytel; Ignacio Segovia-Ríos; Fernando García-Gutiérrez; Laura Hernández-Lorenzo; Jorge Matias-Guiu; José Luis Carreras; José L Ayala
Journal:  Front Aging Neurosci       Date:  2022-02-03       Impact factor: 5.750

2.  Identifying the presence and severity of dementia by applying interpretable machine learning techniques on structured clinical records.

Authors:  Akhilesh Vyas; Fotis Aisopos; Maria-Esther Vidal; Peter Garrard; Georgios Paliouras
Journal:  BMC Med Inform Decis Mak       Date:  2022-10-17       Impact factor: 3.298

3.  A Comprehensive Machine Learning Framework for the Exact Prediction of the Age of Onset in Familial and Sporadic Alzheimer's Disease.

Authors:  Jorge I Vélez; Luiggi A Samper; Mauricio Arcos-Holzinger; Lady G Espinosa; Mario A Isaza-Ruget; Francisco Lopera; Mauricio Arcos-Burgos
Journal:  Diagnostics (Basel)       Date:  2021-05-17

4.  Use of Patient-Reported Symptoms from an Online Symptom Tracking Tool for Dementia Severity Staging: Development and Validation of a Machine Learning Approach.

Authors:  Aaqib Shehzad; Kenneth Rockwood; Justin Stanley; Taylor Dunn; Susan E Howlett
Journal:  J Med Internet Res       Date:  2020-11-11       Impact factor: 5.428

Review 5.  Machine learning for modeling the progression of Alzheimer disease dementia using clinical data: a systematic literature review.

Authors:  Sayantan Kumar; Inez Oh; Suzanne Schindler; Albert M Lai; Philip R O Payne; Aditi Gupta
Journal:  JAMIA Open       Date:  2021-08-02

6.  Cognitive measures lacking in EHR prior to dementia or Alzheimer's disease diagnosis.

Authors:  Nancy Maserejian; Henry Krzywy; Susan Eaton; James E Galvin
Journal:  Alzheimers Dement       Date:  2021-03-03       Impact factor: 21.566

  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.