SlideShare uma empresa Scribd logo
1 de 28
C-section
risk prediction
Matthew Wells
October 24th, 2020
Overview
Thank you for
joining!This
presentation will
examine the work
involved in
developing a C-
section risk
prediction
algorithm, from
project inception to
operational model
What are we talking
about today?
Background
How this project
came about
Development
How we built the
prediction model
Results
How
accurate
the model
was
Plans
What will
happen
next with
the model
Productionalizing
How the model is being validated and
rolled out
Project
background
BackgroundWhat is data
science at Cedars-Sinai?
Enterprise information
Services
Enterprise Data
Intelligence
Data
science
BackgroundWhere did this
project come from?
Source: https://www.cedars-sinai.org/education/graduate-school/masters/mhds.html
BackgroundWhat was the
goal for this model?
Cesarean delivery can be a life saving
procedure for mother and baby, but it
also presents increased risks of
for both.
Therefore, it is
important to
consider the
benefits and risks
before deciding on
a Cesarean delivery.
Source: “Safe prevention of the primary Cesarean delivery”, American College of
Obstetricians and Gynecologists, ACOG.org, March 2014
The purpose of this model was
to automate the mental math
involved in this benefit and risk
comparison by providing a
likelihood of delivery method
prediction
Model
development
DevelopmentWhat have people
done for this in the past?
Age
Height
Weight
Ethnicity
Comorbidities
Initial cervical
exam
Obstetric
history
Gestational
age
Fetal
ultrasound
These factors are
all measured at or
before admission
to the hospital
Source: “Predicting Vaginal delivery in nulliparous women undergoing induction of labor”, Kawakita, AJP, 2018
”Prediction of Cesarean delivery in the term nulliparous women”, Burke, AJOG, 2017
DevelopmentWhat have people
done for this in the past?
Source: “Predicting Vaginal delivery in nulliparous women undergoing induction of labor”, Kawakita, AJP, 2018
”Prediction of Cesarean delivery in the term nulliparous women”, Burke, AJOG, 2017
Using these
measures gathered
at the time of
admission, previous
efforts concluded
with nomograms and
calculators based on
models that
achieved AUCs of
0.69 and 0.76
DevelopmentHow was this project
going to be different?
Admit
factors Intrapartum
cervical
exams
Medication
Epidural
Fetal heart
rate
Between 2012 and
2019, there were
44,526 deliveries
by 469 different
physicians at
Sinai Medical
Center
DevelopmentWere there other
considerations?
But if we build a
model based on
historical data,
won’t we just carry
forward all of the
traits about non-
necessary C-
sections that we’re
trying to avoid?
1 2
3
103 providers had >50
deliveries in that time.
Of that group of
physicians, 36 had a
C-section rate <24%.This was our
target physician group. These 36
physicians delivered 11,763 babies
between 2012 and 2019
To ensure that the target MD group was also balancing the risks of not doingC-
sections, we looked at mother morbidity measures, infant morbidity measures
and NICU admissions. None of these measures were significantly different
between the target and overall MD group
DevelopmentWhat did the trained
ALEx OBserve model look like?
Filter for just the
11,763 births
delivery by the
target physician
group
Pull in factors
available at
admission
Run data
through
automated
machine
learning
process
Return admit
based C-section
prediction results,
combine with real
time factors
Run data
through
automated
machine
learning process
Get predicted C-
section likelihood
for all deliveries in
the target physician
group at ten minute
intervals
Model
results
Measures included
Initial cervical exam (dilation, effacement, station),
gestational age, mother age, prenatal measures (BP,
BMI, Weight), pain scale score, temperature at
admission, pulse at admission
ResultsHow good were predictions
at time of admission?
Models included
Random forest, XGBoost, Extreme gradient boosted trees,
Generalized Additive Models, Logistic regession,
Extra trees classifier, Elastic-net classifier,
Support vector machines, Rule fit classifier, decision tree
Top model: Random forest
AUC: 0.753
Sensitivity: 0.99
Specificity: 0.15
Pick
best
model
Run data
through
models
Get admit measures
for target population
Cesarean Non-Cesarean
Cesarean 59 327
Non-Cesarean 19 1,930
Predicted
Actual
ResultsWhat features were most
important for the admit predictions?
Permutation based feature importance (at admission)
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
Temperature
Trimester 1 BMI
Weight
Pulse
Effacement
Station
Mother age
BMI at admission
Gestational age
Dilation
Feature importance is determined by
shuffling values in a column and then
analyzing model performance. More
important features will have a greater
impact on model accuracy when shuffled.
The magnitude of the impact is calculated
for all features and then normalized to a
scale of 0 -1
Measures included
Admit time prediction, dilation, station, effacement,
minutes into labor, medication administration (Oxytocin,
Dinoprostone, Misoprostol), Foley catheter present,
Fetal heart rate pattern, membrane status
ResultsHow good were predictions
during the course of labor?
Models included
Random forest, XGBoost, Extreme gradient boosted trees,
Generalized Additive Models, Logistic regression,
Extra trees classifier, Elastic-net classifier,
Support vector machines, Rule fit classifier, decision tree
Top model: Extreme gradient
boosted trees classifier
AUC: 0.961
Sensitivity: 0.98
Specificity: 0.772
Pick
best
model
Run data
through
models
Get continuous
measures for target
population
Cesarean Non-Cesarean
Cesarean 64,786 19,053
Non-Cesarean 5,521 265,476
Predicted
Actual
ResultsWhat features were most
important for the course of labor predictions?
Permutation based feature importance
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
FHR variability
FHR pattern
Foley catheter
Membrane status
FHR rate
Effacement
Minutes since admission
Station
Dilation
Admit prediction
Feature importance is determined by
shuffling values in a column and then
analyzing model performance. More
important features will have a greater
impact on model accuracy when shuffled.
The magnitude of the impact is calculated
for all features and then normalized to a
scale of 0 -1
ResultsWhat did the predictions
look like over the course of labor?
Delivery method prediction accuracy over the course of labor
0%
10%
20%
30%
40%
50%
60%
70%
80%
90%
100%
0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96
Predicted: non cesarean, Actual: C section
Predicted: C section, Actual: non cesarean
Predicted: C section, Actual: C section
Predicted: non cesarean, Actual: non cesarean
At 4 hours into the course
of labor, the sensitivity is
99.4%, specificity is
59.5%
Production
model
ProductionHow did we get the queries
running in real time?
Flowsheet
measures &
events
Medication
administration
Location
information
Prenatal info
Demographic
information
Queries limit to current
patients
point to new data
source
Restructure
query
Additional data
transformation
ProductionWhat does the
result look like?
ProductionHow do we add transparency to
the predictions?
Ongoing work
OngoingWhat are
we doing with it now?
Does the
data look
right?
Data
types!
Timing
Is it all
there?
Is it
consistent?
Does it
match
history?
Is it prospectively
accurate?
AUC
Timing
Prediction
behavior
OngoingWhat else
are we monitoring?
A potential benefit of
this model is it’s ability to
reduce disparities in C-
section rates that may
occur in patient
subpopulation segments
(race, ethnicity,
insurance, primary
language spoken)
without a biologically
plausible mechanism
Allocation harms
When opportunities, resources
or information are withheld or
offered at different levels to
different groups
Quality of service harms
When prediction accuracy or other
outcome metrics are not equal
within groups
Source https://fairlearn.github.io/user_guide/fairness_in_machine_learning.html
Mitigation strategies
Although major sources of explicit bias have not been included in the
model, implicit bias can be pernicious. We use libraries and algorithms
available from Fairlearn.io to track and potentially mitigate bias in the
model that are not biological plausible
What do
we want to do with it?
Mobile ready
dashboard
Ongoing EHR
integration
Wave form
vitals
Question
time!
QuestionsWhat did I forget
to talk about?
Please feel free to contact
me at
matthew.wells@cshs.org

Mais conteúdo relacionado

Mais procurados

Big Data Provides Opportunities, Challenges and a Better Future in Health and...
Big Data Provides Opportunities, Challenges and a Better Future in Health and...Big Data Provides Opportunities, Challenges and a Better Future in Health and...
Big Data Provides Opportunities, Challenges and a Better Future in Health and...Cirdan
 
Machine learning in medicine: calm down
Machine learning in medicine: calm downMachine learning in medicine: calm down
Machine learning in medicine: calm downBenVanCalster
 
Informatics in disease management: What will the future bring?
Informatics in disease management: What will the future bring?Informatics in disease management: What will the future bring?
Informatics in disease management: What will the future bring?Mike Hogarth, MD, FACMI, FACP
 
SIMTEGR8: Simulation To Evaluate Great Care
SIMTEGR8: Simulation To Evaluate Great CareSIMTEGR8: Simulation To Evaluate Great Care
SIMTEGR8: Simulation To Evaluate Great CareSIMUL8 Corporation
 
Bias in covid 19 models
Bias in covid 19 modelsBias in covid 19 models
Bias in covid 19 modelsLaure Wynants
 
The Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data AnalystsThe Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data AnalystsHealth Catalyst
 
Developing the Dashboard
Developing the DashboardDeveloping the Dashboard
Developing the DashboardJane Chiang
 
Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...
Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...
Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...Allison McCoy
 
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...SIMUL8 Corporation
 
Dichotomania and other challenges for the collaborating biostatistician
Dichotomania and other challenges for the collaborating biostatisticianDichotomania and other challenges for the collaborating biostatistician
Dichotomania and other challenges for the collaborating biostatisticianLaure Wynants
 
5 Reasons the Practice of Evidence-Based Medicine Is a Hot Topic
5 Reasons the Practice of Evidence-Based Medicine Is a Hot Topic5 Reasons the Practice of Evidence-Based Medicine Is a Hot Topic
5 Reasons the Practice of Evidence-Based Medicine Is a Hot TopicHealth Catalyst
 
Make clinical prediction models great again
Make clinical prediction models great againMake clinical prediction models great again
Make clinical prediction models great againBenVanCalster
 
From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...
From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...
From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...Health Catalyst
 
Using measurement to drive improvement: New tools to help you succeed
Using measurement to drive improvement: New tools to help you succeedUsing measurement to drive improvement: New tools to help you succeed
Using measurement to drive improvement: New tools to help you succeedCanadian Patient Safety Institute
 
The Top Five Essentials for Quality Improvement in Healthcare
The Top Five Essentials for Quality Improvement in HealthcareThe Top Five Essentials for Quality Improvement in Healthcare
The Top Five Essentials for Quality Improvement in HealthcareHealth Catalyst
 
Corus™ Suite: Next-Generation Cost Management Technology
Corus™ Suite: Next-Generation Cost Management TechnologyCorus™ Suite: Next-Generation Cost Management Technology
Corus™ Suite: Next-Generation Cost Management TechnologyHealth Catalyst
 

Mais procurados (20)

Big Data Provides Opportunities, Challenges and a Better Future in Health and...
Big Data Provides Opportunities, Challenges and a Better Future in Health and...Big Data Provides Opportunities, Challenges and a Better Future in Health and...
Big Data Provides Opportunities, Challenges and a Better Future in Health and...
 
Machine learning in medicine: calm down
Machine learning in medicine: calm downMachine learning in medicine: calm down
Machine learning in medicine: calm down
 
EHR v2.0: Optimizing Usability and Utility
EHR v2.0: Optimizing Usability and UtilityEHR v2.0: Optimizing Usability and Utility
EHR v2.0: Optimizing Usability and Utility
 
Informatics in disease management: What will the future bring?
Informatics in disease management: What will the future bring?Informatics in disease management: What will the future bring?
Informatics in disease management: What will the future bring?
 
SIMTEGR8: Simulation To Evaluate Great Care
SIMTEGR8: Simulation To Evaluate Great CareSIMTEGR8: Simulation To Evaluate Great Care
SIMTEGR8: Simulation To Evaluate Great Care
 
Bias in covid 19 models
Bias in covid 19 modelsBias in covid 19 models
Bias in covid 19 models
 
The Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data AnalystsThe Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data Analysts
 
Radiology Cost Effectiveness - By Jeffrey Shyu
Radiology Cost Effectiveness - By Jeffrey ShyuRadiology Cost Effectiveness - By Jeffrey Shyu
Radiology Cost Effectiveness - By Jeffrey Shyu
 
Developing the Dashboard
Developing the DashboardDeveloping the Dashboard
Developing the Dashboard
 
Cost Effectiveness in Radiology - By Jeffrey Shyu
Cost Effectiveness in Radiology - By Jeffrey ShyuCost Effectiveness in Radiology - By Jeffrey Shyu
Cost Effectiveness in Radiology - By Jeffrey Shyu
 
Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...
Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...
Clinician Satisfaction Before and After Transition from a Basic to a Comprehe...
 
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
 
Dichotomania and other challenges for the collaborating biostatistician
Dichotomania and other challenges for the collaborating biostatisticianDichotomania and other challenges for the collaborating biostatistician
Dichotomania and other challenges for the collaborating biostatistician
 
5 Reasons the Practice of Evidence-Based Medicine Is a Hot Topic
5 Reasons the Practice of Evidence-Based Medicine Is a Hot Topic5 Reasons the Practice of Evidence-Based Medicine Is a Hot Topic
5 Reasons the Practice of Evidence-Based Medicine Is a Hot Topic
 
Make clinical prediction models great again
Make clinical prediction models great againMake clinical prediction models great again
Make clinical prediction models great again
 
Predictive Analytics Usage and Implications in Healthcare
Predictive Analytics Usage and Implications in HealthcarePredictive Analytics Usage and Implications in Healthcare
Predictive Analytics Usage and Implications in Healthcare
 
From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...
From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...
From Installed to Stalled: Why Sustaining Outcomes Improvement Requires More ...
 
Using measurement to drive improvement: New tools to help you succeed
Using measurement to drive improvement: New tools to help you succeedUsing measurement to drive improvement: New tools to help you succeed
Using measurement to drive improvement: New tools to help you succeed
 
The Top Five Essentials for Quality Improvement in Healthcare
The Top Five Essentials for Quality Improvement in HealthcareThe Top Five Essentials for Quality Improvement in Healthcare
The Top Five Essentials for Quality Improvement in Healthcare
 
Corus™ Suite: Next-Generation Cost Management Technology
Corus™ Suite: Next-Generation Cost Management TechnologyCorus™ Suite: Next-Generation Cost Management Technology
Corus™ Suite: Next-Generation Cost Management Technology
 

Semelhante a Realtime prediction of C-section risk for laboring mothers

Realizing the Promise of Patient-Reported Outcomes Measures
Realizing the Promise of Patient-Reported Outcomes MeasuresRealizing the Promise of Patient-Reported Outcomes Measures
Realizing the Promise of Patient-Reported Outcomes MeasuresHealth Catalyst
 
Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...
Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...
Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...GE Healthcare - IT
 
Breast Cancer detection.pptx
Breast Cancer detection.pptxBreast Cancer detection.pptx
Breast Cancer detection.pptxCHANDRAJEETJHA4
 
Breast Cancer Diagnostics with Bayesian Networks
Breast Cancer Diagnostics with Bayesian NetworksBreast Cancer Diagnostics with Bayesian Networks
Breast Cancer Diagnostics with Bayesian NetworksBayesia USA
 
Integrated ACO selected for the NAACOS Innovation Showcase
Integrated ACO selected for the NAACOS Innovation ShowcaseIntegrated ACO selected for the NAACOS Innovation Showcase
Integrated ACO selected for the NAACOS Innovation ShowcaseEric Weaver
 
Cyrcadia Health - Health & Wearable Singapore 2015 - The Propell Group
Cyrcadia Health - Health & Wearable Singapore 2015 - The Propell GroupCyrcadia Health - Health & Wearable Singapore 2015 - The Propell Group
Cyrcadia Health - Health & Wearable Singapore 2015 - The Propell GroupJulien de Salaberry
 
Intensive Care Unit (ICU) Readmission Prediction - Ideas2IT
Intensive Care Unit (ICU) Readmission Prediction - Ideas2ITIntensive Care Unit (ICU) Readmission Prediction - Ideas2IT
Intensive Care Unit (ICU) Readmission Prediction - Ideas2ITIdeas2IT Technologies
 
Dreamforce Terri&Esserman 2012 LE 9.7.12_TS
Dreamforce Terri&Esserman 2012 LE 9.7.12_TSDreamforce Terri&Esserman 2012 LE 9.7.12_TS
Dreamforce Terri&Esserman 2012 LE 9.7.12_TSTerri Spencer
 
Modern Healthcare 2014 Strategic Marketing Conference Slides
Modern Healthcare 2014 Strategic Marketing Conference SlidesModern Healthcare 2014 Strategic Marketing Conference Slides
Modern Healthcare 2014 Strategic Marketing Conference SlidesModern Healthcare
 
Automated Cervicography Using a Machine Learning Classifier
Automated Cervicography Using a Machine Learning ClassifierAutomated Cervicography Using a Machine Learning Classifier
Automated Cervicography Using a Machine Learning ClassifierMobileODT
 
What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?Health Catalyst
 
성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언
성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언
성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언Yoon Sup Choi
 
Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...
Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...
Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...IRJET Journal
 
PREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUES
PREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUESPREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUES
PREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUESIAEME Publication
 
Developing and validating statistical models for clinical prediction and prog...
Developing and validating statistical models for clinical prediction and prog...Developing and validating statistical models for clinical prediction and prog...
Developing and validating statistical models for clinical prediction and prog...Evangelos Kritsotakis
 
Data mining for diabetes readmission
Data mining for diabetes readmissionData mining for diabetes readmission
Data mining for diabetes readmissionYi Chun (Nancy) Chien
 
Big data, RWE and AI in Clinical Trials made simple
Big data, RWE and AI in Clinical Trials made simpleBig data, RWE and AI in Clinical Trials made simple
Big data, RWE and AI in Clinical Trials made simpleHadas Jacoby
 

Semelhante a Realtime prediction of C-section risk for laboring mothers (20)

Realizing the Promise of Patient-Reported Outcomes Measures
Realizing the Promise of Patient-Reported Outcomes MeasuresRealizing the Promise of Patient-Reported Outcomes Measures
Realizing the Promise of Patient-Reported Outcomes Measures
 
Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...
Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...
Embracing efficiency - Centricity Practice Solution Virginia Women's Center C...
 
Breast Cancer detection.pptx
Breast Cancer detection.pptxBreast Cancer detection.pptx
Breast Cancer detection.pptx
 
Breast Cancer Diagnostics with Bayesian Networks
Breast Cancer Diagnostics with Bayesian NetworksBreast Cancer Diagnostics with Bayesian Networks
Breast Cancer Diagnostics with Bayesian Networks
 
Integrated ACO selected for the NAACOS Innovation Showcase
Integrated ACO selected for the NAACOS Innovation ShowcaseIntegrated ACO selected for the NAACOS Innovation Showcase
Integrated ACO selected for the NAACOS Innovation Showcase
 
Cyrcadia Health - Health & Wearable Singapore 2015 - The Propell Group
Cyrcadia Health - Health & Wearable Singapore 2015 - The Propell GroupCyrcadia Health - Health & Wearable Singapore 2015 - The Propell Group
Cyrcadia Health - Health & Wearable Singapore 2015 - The Propell Group
 
Spitzer datawarehouse
Spitzer datawarehouseSpitzer datawarehouse
Spitzer datawarehouse
 
Intensive Care Unit (ICU) Readmission Prediction - Ideas2IT
Intensive Care Unit (ICU) Readmission Prediction - Ideas2ITIntensive Care Unit (ICU) Readmission Prediction - Ideas2IT
Intensive Care Unit (ICU) Readmission Prediction - Ideas2IT
 
Dreamforce Terri&Esserman 2012 LE 9.7.12_TS
Dreamforce Terri&Esserman 2012 LE 9.7.12_TSDreamforce Terri&Esserman 2012 LE 9.7.12_TS
Dreamforce Terri&Esserman 2012 LE 9.7.12_TS
 
Modern Healthcare 2014 Strategic Marketing Conference Slides
Modern Healthcare 2014 Strategic Marketing Conference SlidesModern Healthcare 2014 Strategic Marketing Conference Slides
Modern Healthcare 2014 Strategic Marketing Conference Slides
 
Automated Cervicography Using a Machine Learning Classifier
Automated Cervicography Using a Machine Learning ClassifierAutomated Cervicography Using a Machine Learning Classifier
Automated Cervicography Using a Machine Learning Classifier
 
What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?
 
성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언
성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언
성공하는 디지털 헬스케어 스타트업을 위한 8가지 조언
 
Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...
Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...
Performance Evaluation using Supervised Learning Algorithms for Breast Cancer...
 
PREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUES
PREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUESPREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUES
PREDICTION OF BREAST CANCER USING DATA MINING TECHNIQUES
 
Developing and validating statistical models for clinical prediction and prog...
Developing and validating statistical models for clinical prediction and prog...Developing and validating statistical models for clinical prediction and prog...
Developing and validating statistical models for clinical prediction and prog...
 
TCAB_AM
TCAB_AMTCAB_AM
TCAB_AM
 
Data mining for diabetes readmission
Data mining for diabetes readmissionData mining for diabetes readmission
Data mining for diabetes readmission
 
Big data, RWE and AI in Clinical Trials made simple
Big data, RWE and AI in Clinical Trials made simpleBig data, RWE and AI in Clinical Trials made simple
Big data, RWE and AI in Clinical Trials made simple
 
Cbmx 201507
Cbmx 201507Cbmx 201507
Cbmx 201507
 

Mais de Data Con LA

Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA
 
Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA
 
Data Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA
 
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA
 
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA
 
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA
 
Data Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA
 
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA
 
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA
 
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA
 
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA
 
Data Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA
 
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA
 
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA
 
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA
 
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA
 
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA
 

Mais de Data Con LA (20)

Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
 
Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
 
Data Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup Showcase
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
 
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendations
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI Ethics
 
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learning
 
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
 
Data Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentation
 
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
 
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWS
 
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
 
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
 
Data Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data Science
 
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
 
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
 
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
 
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
 
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with Kafka
 

Último

Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...HyderabadDolls
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制vexqp
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...HyderabadDolls
 
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...HyderabadDolls
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...SOFTTECHHUB
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNKTimothy Spann
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numberssuginr1
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...kumargunjan9515
 
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...gragchanchal546
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.pptibrahimabdi22
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样wsppdmt
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...HyderabadDolls
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themeitharjee
 

Último (20)

Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbers
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
 
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 

Realtime prediction of C-section risk for laboring mothers

  • 2. Overview Thank you for joining!This presentation will examine the work involved in developing a C- section risk prediction algorithm, from project inception to operational model What are we talking about today? Background How this project came about Development How we built the prediction model Results How accurate the model was Plans What will happen next with the model Productionalizing How the model is being validated and rolled out
  • 4. BackgroundWhat is data science at Cedars-Sinai? Enterprise information Services Enterprise Data Intelligence Data science
  • 5. BackgroundWhere did this project come from? Source: https://www.cedars-sinai.org/education/graduate-school/masters/mhds.html
  • 6. BackgroundWhat was the goal for this model? Cesarean delivery can be a life saving procedure for mother and baby, but it also presents increased risks of for both. Therefore, it is important to consider the benefits and risks before deciding on a Cesarean delivery. Source: “Safe prevention of the primary Cesarean delivery”, American College of Obstetricians and Gynecologists, ACOG.org, March 2014 The purpose of this model was to automate the mental math involved in this benefit and risk comparison by providing a likelihood of delivery method prediction
  • 8. DevelopmentWhat have people done for this in the past? Age Height Weight Ethnicity Comorbidities Initial cervical exam Obstetric history Gestational age Fetal ultrasound These factors are all measured at or before admission to the hospital Source: “Predicting Vaginal delivery in nulliparous women undergoing induction of labor”, Kawakita, AJP, 2018 ”Prediction of Cesarean delivery in the term nulliparous women”, Burke, AJOG, 2017
  • 9. DevelopmentWhat have people done for this in the past? Source: “Predicting Vaginal delivery in nulliparous women undergoing induction of labor”, Kawakita, AJP, 2018 ”Prediction of Cesarean delivery in the term nulliparous women”, Burke, AJOG, 2017 Using these measures gathered at the time of admission, previous efforts concluded with nomograms and calculators based on models that achieved AUCs of 0.69 and 0.76
  • 10. DevelopmentHow was this project going to be different? Admit factors Intrapartum cervical exams Medication Epidural Fetal heart rate
  • 11. Between 2012 and 2019, there were 44,526 deliveries by 469 different physicians at Sinai Medical Center DevelopmentWere there other considerations? But if we build a model based on historical data, won’t we just carry forward all of the traits about non- necessary C- sections that we’re trying to avoid? 1 2 3 103 providers had >50 deliveries in that time. Of that group of physicians, 36 had a C-section rate <24%.This was our target physician group. These 36 physicians delivered 11,763 babies between 2012 and 2019 To ensure that the target MD group was also balancing the risks of not doingC- sections, we looked at mother morbidity measures, infant morbidity measures and NICU admissions. None of these measures were significantly different between the target and overall MD group
  • 12. DevelopmentWhat did the trained ALEx OBserve model look like? Filter for just the 11,763 births delivery by the target physician group Pull in factors available at admission Run data through automated machine learning process Return admit based C-section prediction results, combine with real time factors Run data through automated machine learning process Get predicted C- section likelihood for all deliveries in the target physician group at ten minute intervals
  • 14. Measures included Initial cervical exam (dilation, effacement, station), gestational age, mother age, prenatal measures (BP, BMI, Weight), pain scale score, temperature at admission, pulse at admission ResultsHow good were predictions at time of admission? Models included Random forest, XGBoost, Extreme gradient boosted trees, Generalized Additive Models, Logistic regession, Extra trees classifier, Elastic-net classifier, Support vector machines, Rule fit classifier, decision tree Top model: Random forest AUC: 0.753 Sensitivity: 0.99 Specificity: 0.15 Pick best model Run data through models Get admit measures for target population Cesarean Non-Cesarean Cesarean 59 327 Non-Cesarean 19 1,930 Predicted Actual
  • 15. ResultsWhat features were most important for the admit predictions? Permutation based feature importance (at admission) 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 Temperature Trimester 1 BMI Weight Pulse Effacement Station Mother age BMI at admission Gestational age Dilation Feature importance is determined by shuffling values in a column and then analyzing model performance. More important features will have a greater impact on model accuracy when shuffled. The magnitude of the impact is calculated for all features and then normalized to a scale of 0 -1
  • 16. Measures included Admit time prediction, dilation, station, effacement, minutes into labor, medication administration (Oxytocin, Dinoprostone, Misoprostol), Foley catheter present, Fetal heart rate pattern, membrane status ResultsHow good were predictions during the course of labor? Models included Random forest, XGBoost, Extreme gradient boosted trees, Generalized Additive Models, Logistic regression, Extra trees classifier, Elastic-net classifier, Support vector machines, Rule fit classifier, decision tree Top model: Extreme gradient boosted trees classifier AUC: 0.961 Sensitivity: 0.98 Specificity: 0.772 Pick best model Run data through models Get continuous measures for target population Cesarean Non-Cesarean Cesarean 64,786 19,053 Non-Cesarean 5,521 265,476 Predicted Actual
  • 17. ResultsWhat features were most important for the course of labor predictions? Permutation based feature importance 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 FHR variability FHR pattern Foley catheter Membrane status FHR rate Effacement Minutes since admission Station Dilation Admit prediction Feature importance is determined by shuffling values in a column and then analyzing model performance. More important features will have a greater impact on model accuracy when shuffled. The magnitude of the impact is calculated for all features and then normalized to a scale of 0 -1
  • 18. ResultsWhat did the predictions look like over the course of labor? Delivery method prediction accuracy over the course of labor 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 Predicted: non cesarean, Actual: C section Predicted: C section, Actual: non cesarean Predicted: C section, Actual: C section Predicted: non cesarean, Actual: non cesarean At 4 hours into the course of labor, the sensitivity is 99.4%, specificity is 59.5%
  • 20. ProductionHow did we get the queries running in real time? Flowsheet measures & events Medication administration Location information Prenatal info Demographic information Queries limit to current patients point to new data source Restructure query Additional data transformation
  • 22. ProductionHow do we add transparency to the predictions?
  • 24. OngoingWhat are we doing with it now? Does the data look right? Data types! Timing Is it all there? Is it consistent? Does it match history? Is it prospectively accurate? AUC Timing Prediction behavior
  • 25. OngoingWhat else are we monitoring? A potential benefit of this model is it’s ability to reduce disparities in C- section rates that may occur in patient subpopulation segments (race, ethnicity, insurance, primary language spoken) without a biologically plausible mechanism Allocation harms When opportunities, resources or information are withheld or offered at different levels to different groups Quality of service harms When prediction accuracy or other outcome metrics are not equal within groups Source https://fairlearn.github.io/user_guide/fairness_in_machine_learning.html Mitigation strategies Although major sources of explicit bias have not been included in the model, implicit bias can be pernicious. We use libraries and algorithms available from Fairlearn.io to track and potentially mitigate bias in the model that are not biological plausible
  • 26. What do we want to do with it? Mobile ready dashboard Ongoing EHR integration Wave form vitals
  • 28. QuestionsWhat did I forget to talk about? Please feel free to contact me at matthew.wells@cshs.org