SlideShare une entreprise Scribd logo
1  sur  44
October 13, 2016
Deploying Predictive Analytics:
A practitioner’s guide
Eric Just
Senior Vice President
Levi Thatcher
Director of Data Science
© 2016 Health Catalyst
Proprietary and Confidential
Poll Question #1
4
How important are predictive analytics for the future of healthcare?
1) Not at all important
2) Low importance
3) Neutral
4) Moderately important
5) Extremely important
6) Unsure or not applicable
© 2016 Health Catalyst
Proprietary and Confidential
Predictive analytics is about using pattern
recognition to predict future events but…
Predicting something is not good enough; you must
have the data to act and intervene…
and the organizational wherewithal to inteverne
5
© 2016 Health Catalyst
Proprietary and Confidential
What Is Machine Learning?
6
Machine learning explores the study and construction of
algorithms that can learn from and make predictions on data.
Within the field of data analytics, machine learning is a method
used to devise complex models and algorithms that lend
themselves to prediction. In commercial use, this is known as
predictive analytics.
https://en.wikipedia.org/wiki/Machine_learning
© 2016 Health Catalyst
Proprietary and Confidential
Predictive Analytics in Healthcare:
“Classic” Approaches
7
Charlson Index, 1987 LACE Index, 2010
© 2016 Health Catalyst
Proprietary and Confidential
What Has Happened Since 2010?
8
© 2016 Health Catalyst
Proprietary and Confidential 9
What Has
Happened Since
2010?
ML – Based
Predictive
Analytics
© 2016 Health Catalyst
Proprietary and Confidential
Poll Question #2
10
What is the biggest barrier to implementing predictive analytics?
a) We do not have the people or skills
b) We do not have the right data or technical tools/infrastructure
c) We do not have executive support or budget
d) Past efforts have failed to show results
e) Other
f) Unsure or not applicable
© 2016 Health Catalyst
Proprietary and Confidential 11
Predictive analytics is easy
(or at least easier!)
Organizations are struggling with
making predictive analytics routine,
pervasive, and actionable.
© 2016 Health Catalyst
Proprietary and Confidential
Typical ‘Current State’ for Predictive Analytics
12
Data
Source
Predictive
Model ?
Gnarly
SQL Query
Data
Manipulation
Tools/
Algorithms
SAS | Weka |
R | Python
Deploy
© 2016 Health Catalyst
Proprietary and Confidential
Three Key Recommendations for
Scaling Predictive Analytics
13
Data
Source
Predictive
Model ?
Gnarly
SQL Query
Data
Manipulation
Tools/
Algorithms
SAS | Weka |
R | Python
Deploy
Deploy with a
strategy for
intervention
Standardize
tools and
methods
using
production
quality code
Fully leverage
your analytics
environment
© 2016 Health Catalyst
Proprietary and Confidential
Fully Leverage Your Analytics Environment
14
© 2016 Health Catalyst
Proprietary and Confidential
What is a Feature?
“In machine learning and pattern recognition, a feature is an individual measurable property
of a phenomenon being observed. Choosing informative, discriminating and independent
features is a crucial step for effective algorithms in pattern recognition, classification and
regression.”
https://en.wikipedia.org/wiki/Feature_(machine_learning)
15
© 2016 Health Catalyst
Proprietary and Confidential
Leverage Your Analytics Environment
16
A data warehouse provides access to raw data and pre-defined data like:
 Clinical registries
 Comorbidity models (i.e. Charlson Score)
 Readmissions
 Length of stay
 Other calculated fields
Read-only access is not enough!
© 2016 Health Catalyst
Proprietary and Confidential
Polypharmacy Feature
17
© 2016 Health Catalyst
Proprietary and Confidential
Polypharmacy Data Mart
18
PatientID MedicationID StartDT EndDT
Z006F600A51F 15862 7/27/2006 7/28/2006
Z006F600A51F 41801 7/27/2006 10/28/2009
Z006F600A51F 10994 7/27/2006 NULL
Z006F600A51F 15862 7/27/2006 7/28/2006
Z006F600A51F 41801 7/27/2006 NULL
Z006F600A51F 10994 7/27/2006 NULL
Z006F600A51F 15862 7/27/2006 7/28/2006
Z006F600A51F 41801 7/27/2006 NULL
Z006F600A51F 10994 7/27/2006 NULL
Z13148BF2583 4996 9/14/2005 11/15/2005
Z13148BF2583 11798 9/14/2005 11/15/2005
Z13148BF2583 15061 9/14/2005 11/15/2005
Z13148BF2583 2079 11/15/2005 11/15/2005
PatientEncounterID PolypharmacyCNT
1048826 6
1048912 0
1048923 0
1048924 0
1048925 0
1048926 0
1049094 2
1049095 2
1049096 2
1049097 3
1049098 3
1049099 4
1049100 2
Step 1:
Clean up data
• Missing end dates
• One time doses
Step 2:
Aggregate into
polypharmacy count at
each encounter
© 2016 Health Catalyst
Proprietary and Confidential
What Is Feature Engineering?
“Feature engineering is the process of transforming raw data into
features that better represent the underlying problem to the predictive
models, resulting in improved model accuracy...”
Jason Brownlee in “Discover Feature Engineering, How to Engineer Features and How to
Get Good at It”
http://machinelearningmastery.com/discover-feature-engineering-how-to-engineer-features-and-how-to-get-good-at-it/
“Much of the success of machine learning is actually success in
engineering features that a learner can understand.”
Scott Locklin in “Neglected Machine Learning Ideas”
https://scottlocklin.wordpress.com/2014/07/22/neglected-machine-learning-ideas/
19
© 2016 Health Catalyst
Proprietary and Confidential
Other Examples of Feature Engineering
20
The ability for data scientists to engineer features is critical to a
successful predictive analytics/ machine learning strategy
Number of ER visits
in the last year
Line days Number and types of
comorbid conditions
Almost any input into
a predictive model will
be engineered in
some way
© 2016 Health Catalyst
Proprietary and Confidential
Fully Leverage Your Analytics Environment
21
Most feature
engineering should
be done in the
analytics
environment (data
warehouse).
Give data scientists
enough access to
data warehouse to
promote efficient re-
use of engineered
features.
Use standard data
warehouse ETL
tools to
operationalize
engineered
features.
© 2016 Health Catalyst
Proprietary and Confidential
Standardize Tools and Methods Using
Production-Quality Code
22
© 2016 Health Catalyst
Proprietary and Confidential
Three Key Recommendations for
Scaling Predictive Analytics
23
Data
Source
Predictive
Model ?
Gnarly
SQL Query
Data
Manipulation
Tools/
Algorithms
SAS | Weka |
R | Python
Deploy
Standardize
tools and
methods
using
production
quality code
Fully leverage
your analytics
environment
© 2016 Health Catalyst
Proprietary and Confidential
You Need Lots of Smart People!
24
• Develops software leveraged by
data scientists to test and deploy
their models
• Requires data science knowledge
• Requires knowledge of software
engineering best practices
• A rare find!
• Formulates hypotheses about
features driving a predictive
model (with clinical input)
• Tries various models to
determine best approach for
prediction
• Assesses model output and
accuracy and operationalizes the
best approach
Data Scientist Machine Learning Engineer
© 2016 Health Catalyst
Proprietary and Confidential
Predictive Analytics Processes
2525
Build model
experiment
(~30-40 features)
Split data
into train
and test
Run
multiple
algorithms
Measure &
report
performance
Select best
algorithm &
important features
(~10 features)
Store
parameters
Load model
parameters
Receive
patient ‘record’
(~10 features)
Calculate
prediction
Output
prediction
2525
Development Process (Readmission prediction)
Running the Model (Readmission prediction)
© 2016 Health Catalyst
Proprietary and Confidential
Developing a Machine Learning Code Base
26
Focus data scientist
on model
development – not
writing code or
reinventing the
wheel
Standardize
methodologies so
that best practices
can be deployed
Predictive models in
production require
production quality
code
Why?
© 2016 Health Catalyst
Proprietary and Confidential
Version control
27
Developing a Machine Learning Code Base:
Best Practices
Unit Testing
Also,
• Documentation
• Continuous integration
This is production code – it
should be treated as such!
© 2016 Health Catalyst
Proprietary and Confidential 28
Developing a Machine Learning Code Base:
Technology Choices
R
• Open source, deeply entrenched in healthcare
• More familiar to analysts/statisticians
Python
• Open source, newer approach (with lots of momentum)
• More familiar to developers
AzureML
• Cloud-based
• Easy to deploy
Plenty of other choices
© 2016 Health Catalyst
Proprietary and Confidential
Our Code Base Includes:
Data
Ingestion/Preparation
• Load data from
database and/or CSV
• Impute missing values
• Remove ‘bad’ data
(rows and columns)
• Date/Time expansion
(i.e. Day of week, week
of year)
29
Model Development
• Split test and train
• Feature selection
• Run algorithms
 Random Forest
 Lasso
 Mixed Models (Q4 2016)
 k-means (Q4 2016)
• Evaluate model
performance
• Save model
Analysis
• Model performance
reports
• Trend identification
• Risk adjusted
comparisons
© 2016 Health Catalyst
Proprietary and Confidential
Scaling People
Data Architects
 Great domain knowledge
 Often looking for opportunities to advance career/skills
With the right tools…
 Data architects make great feature engineers
 Data architects can easily get started in predictive analytics
“One awesome thing about the output from the R [package] you put together is the
output aligns perfectly with creating Patient Stratification algorithms. …The fact that I feel
comfortable running this stuff speaks to how easy you have made it. Thanks again, Levi.”
30
© 2016 Health Catalyst
Proprietary and Confidential
Putting Predictive Models in Production
31
© 2016 Health Catalyst
Proprietary and Confidential
Modality #1:
Extract, Transform, Load (ETL) Process
Deploy in this modality if:
• Prediction is not based on highly dynamic data
• Prediction is used in analytic application
• Intervention strategy ‘OK’ with some latency (up to 24 hours)
• Example: Readmission prediction
32
Write
Predictions
to
Database
(ML Code)
Run
Predictions
(ML Code)
Load
Engineered
Features
(ETL)
Load
Source
Tables
(ETL)
© 2016 Health Catalyst
Proprietary and Confidential
Modality #2: Web Services
Deploy in this modality if:
• Prediction is dynamic data
• Prediction is used in workflow application
• Intervention strategy not ‘OK’ with some latency (up to 24 hours)
• Example: Sepsis early detection
33
Real-time
features from
application
Early detection
web service
Historic
features
(EDW)
Run prediction
(ML Code)
Model input
Model output
Model input
© 2016 Health Catalyst
Proprietary and Confidential
Scaling Predictive Analytics
34
Data
Source
Predictive
Model ?
Gnarly
SQL Query
Data
Manipulation
Tools/
Algorithms
SAS | Weka |
R | Python
DeployDeploy with a
strategy for
intervention
Standardized
tools and
methods
using
production
quality code
Fully leverage
your analytics
environment
© 2016 Health Catalyst
Proprietary and Confidential
Deploy With a Strategy for Intervention
35
© 2016 Health Catalyst
Proprietary and Confidential
Case Study: Central Line Associated Bloodstream
Infection (CLABSI)
• Approximately 41,000 patients with central lines will end up with a blood
stream infection (CLABSI)
• One in four patients with a CLABSI will die
• CLABSI improvement team looking at compliance with evidence-based
guidelines
• Retrospective analysis led to increased insight into problem areas and
associated interventions
• Team wanted more pro-active notification of high-risk patients
• Developed predictive algorithm based on 16 features
36
© 2016 Health Catalyst
Proprietary and Confidential 37
© 2016 Health Catalyst
Proprietary and Confidential
Discussing Models With Clinicians
• Clinicians will adopt predictive analytics
… insofar as they understand it
• Complexity comes at a price
 Regression can often strike a good balance between predictive value
and interpretability
 Use regularization techniques to penalize complexity
For example:
In statistics and machine learning, lasso (least absolute shrinkage and selection operator) (also Lasso or
LASSO) is a regression analysis method that performs both variable selection and regularization in order
to enhance the prediction accuracy and interpretability of the statistical model it produces. (Wikipedia)
38
© 2016 Health Catalyst
Proprietary and Confidential
Models Built To Date:
In Development
Built
Planned
Central line-associated bloodstream infection (CLABSI) – Clinical Decision Support
Forecast IBNR claims/year-end expenditures – Financial Decision Support
Congestive Heart Failure, Readmissions Risk – Clinical Decision Support
Predictive Risk & Cost – Population Health and Accountable Care
Patient Flight Path, Diabetes Future Risk – Clinical Decision Support
Patient Flight Path, Diabetes Future Cost– Clinical Decision Support
Patient Flight Path, Diabetes Top Treatments – Clinical Decision Support
Patient Flight Path, Diabetes Next Likely Complications (Glaucoma) – Clinical Decision Support
Patient Flight Path, Diabetes Next Likely Complications (Retinopathy) – Clinical Decision Support
Patient Flight Path, Diabetes Next Likely Complications (ESRD) – Clinical Decision Support
Plus several more… (Nephropathy, Cataracts, CHF, CAD, Ketoacidosis, Erectile Dysfunction, Foot Ulcers)
Predictive appointment no shows – Operations and Performance Management
Propensity to pay – Financial Decision Support
Pre-surgical risk (Bowel) – Clinical Decision Support and client request
Post-surgical risk (Hips and Knees) – Clinical Decision Support
Patient Flight Path, Congestive Heart Failure (5-6 new flight path algorithms similar to Patient Flight Path, Diabetes below)
Patient Flight Path, Coronary Artery Disease (5-6 new flight path algorithms similar to Patient Flight Path, Diabetes below)
Geo-spatial health system service area definition, network referral/leakage
INSIGHT socio-economic based risk – Clinical Decision Support and client request
Native SQL/R predictive framework and standard package - Platform
Feature selection, Parallel Models, Rank and Impact of Input Variables – Platform
Predictive ETL batch load times – Platform
Early detection of CLABSI, CAUTI, Clostridium difficile (c. diff) hospital infections – Clinical Decision Support
Early detection of Sepsis/Septicemia (Blood Infection) – Clinical Decision Support
Public data sets, benchmarks, “Catalyst Risk”, expected mortality, length of stay – CAFÉ collaboration
Clusters of population risk (near term risk/cost) – Population Health and Accountable Care
© 2016 Health Catalyst
Proprietary and Confidential
Poll Question #3
What are or would be the top three most important data sources to your
organization in making predictions? (select 3, if applicable)
a) Clinical EMR data
b) Claims data
c) Patient outcomes data
d) Financial data
e) Non-medical patient data (e.g. socioeconomic, behavioral)
f) Patient satisfaction data
g) Unsure or not applicable
40
© 2016 Health Catalyst
Proprietary and Confidential
Three Key Recommendations for
Scaling Predictive Analytics
41
Data
Source
Predictive
Model ?
Gnarly
SQL Query
Data
Manipulation
Tools/
Algorithms
SAS | Weka |
R | Python
Deploy
Deploy with a
strategy for
intervention
Standardize
tools and
methods
using
production
quality code
Fully leverage
your analytics
environment
© 2016 Health Catalyst
Proprietary and Confidential
What the Future Holds
42
© 2016 Health Catalyst
Proprietary and Confidential
Closed Loop Architecture
Web/Mobile
Apps
(SMART on FHIR)
Data Warehouse
• Local patient data
• Clinical trials
• Social determinants data
• Patient reported outcomes
• Regional and National
Data Sets
• Activity Based Costing
• Genomic (+ other ‘omics)
• Environmental
• Geospatial
• Device data (includes
fitness)
• Patient engagement
A
P
I
Clustering Algorithms
(Patients Like This)
Readmission Predictors
High and rising risk predictors
EHR
Analytic insights drive:
• Alerting
• Ordering
• Refills
• Inbox
• Diagnosis
• Referrals
• Dynamic screen
generation
• Suggestions
• Risk management
Clinical Workflow Engine Analytics Engine
Algorithm
Library
Integrated
Data
Repository
Registry Definitions
Clinicians need
analytic insight
delivered in their
natural workflow
Text Processing/NLP Algorithms
Email
Text Messaging
A
P
I
(FHIR)
Patients need to be
involved, too!
CAFÉ
65M+ Patient
Records
© 2016 Health Catalyst
Proprietary and Confidential
Thank
You
44

Contenu connexe

Tendances

Big-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewBig-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewHamdaoui Younes
 
eBook - Data Analytics in Healthcare
eBook - Data Analytics in HealthcareeBook - Data Analytics in Healthcare
eBook - Data Analytics in HealthcareNextGen Healthcare
 
Analytics in healthcare
Analytics in healthcareAnalytics in healthcare
Analytics in healthcareISME College
 
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...Health Catalyst
 
Clinical Data Review Best Practices - E. Herbel
Clinical Data Review Best Practices - E. HerbelClinical Data Review Best Practices - E. Herbel
Clinical Data Review Best Practices - E. HerbelQuanticate
 
Use of data analytics in health care
Use of data analytics in health careUse of data analytics in health care
Use of data analytics in health careAkanshabhushan
 
Healthcare analytics
Healthcare analytics Healthcare analytics
Healthcare analytics Arun K
 
Healthcare Sector Analysis PowerPoint Presentation Slides
Healthcare Sector Analysis PowerPoint Presentation Slides Healthcare Sector Analysis PowerPoint Presentation Slides
Healthcare Sector Analysis PowerPoint Presentation Slides SlideTeam
 
Big implications of Big Data in healthcare
Big implications of Big Data in healthcareBig implications of Big Data in healthcare
Big implications of Big Data in healthcareGuires
 
Big Data Analytics for Smart Health Care
Big Data Analytics for Smart Health CareBig Data Analytics for Smart Health Care
Big Data Analytics for Smart Health CareEshan Bhuiyan
 
Health care analytics
Health care analyticsHealth care analytics
Health care analyticsRohit Bisht
 
The Use of Predictive Analytics in Health Care
The Use of Predictive Analytics in Health CareThe Use of Predictive Analytics in Health Care
The Use of Predictive Analytics in Health Carejetweedy
 
Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...
Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...
Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...Frank Wang
 
Data Mining in Health Care
Data Mining in Health CareData Mining in Health Care
Data Mining in Health CareShahDhruv21
 

Tendances (20)

Big-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewBig-Data in HealthCare _ Overview
Big-Data in HealthCare _ Overview
 
eBook - Data Analytics in Healthcare
eBook - Data Analytics in HealthcareeBook - Data Analytics in Healthcare
eBook - Data Analytics in Healthcare
 
Analytics in healthcare
Analytics in healthcareAnalytics in healthcare
Analytics in healthcare
 
Big data in healthcare
Big data in healthcareBig data in healthcare
Big data in healthcare
 
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
 
Data Analytics
Data AnalyticsData Analytics
Data Analytics
 
Clinical Data Review Best Practices - E. Herbel
Clinical Data Review Best Practices - E. HerbelClinical Data Review Best Practices - E. Herbel
Clinical Data Review Best Practices - E. Herbel
 
Use of data analytics in health care
Use of data analytics in health careUse of data analytics in health care
Use of data analytics in health care
 
Healthcare analytics
Healthcare analytics Healthcare analytics
Healthcare analytics
 
Healthcare Sector Analysis PowerPoint Presentation Slides
Healthcare Sector Analysis PowerPoint Presentation Slides Healthcare Sector Analysis PowerPoint Presentation Slides
Healthcare Sector Analysis PowerPoint Presentation Slides
 
Big implications of Big Data in healthcare
Big implications of Big Data in healthcareBig implications of Big Data in healthcare
Big implications of Big Data in healthcare
 
It in hospitals & HIS
It in hospitals & HISIt in hospitals & HIS
It in hospitals & HIS
 
Big Data Analytics for Smart Health Care
Big Data Analytics for Smart Health CareBig Data Analytics for Smart Health Care
Big Data Analytics for Smart Health Care
 
Introduction To Medical Data
Introduction To Medical DataIntroduction To Medical Data
Introduction To Medical Data
 
Health care analytics
Health care analyticsHealth care analytics
Health care analytics
 
The Use of Predictive Analytics in Health Care
The Use of Predictive Analytics in Health CareThe Use of Predictive Analytics in Health Care
The Use of Predictive Analytics in Health Care
 
Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...
Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...
Drive Healthcare Transformation with a Strategic Analytics Framework and Impl...
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
Digital Healthcare - Detailed Presentation PDF
Digital Healthcare - Detailed Presentation PDFDigital Healthcare - Detailed Presentation PDF
Digital Healthcare - Detailed Presentation PDF
 
Data Mining in Health Care
Data Mining in Health CareData Mining in Health Care
Data Mining in Health Care
 

Similaire à Deploying predictive analytics guide

Data Driven Engineering 2014
Data Driven Engineering 2014Data Driven Engineering 2014
Data Driven Engineering 2014Roger Barga
 
Business Analytics 101: Methodology, Tools, and Career Path
Business Analytics 101: Methodology, Tools, and Career PathBusiness Analytics 101: Methodology, Tools, and Career Path
Business Analytics 101: Methodology, Tools, and Career PathOutreachUpgradCampus
 
12 Pro Predictive Analysis Tools to Look Out for in 2024.pdf
12 Pro Predictive Analysis Tools to Look Out for in 2024.pdf12 Pro Predictive Analysis Tools to Look Out for in 2024.pdf
12 Pro Predictive Analysis Tools to Look Out for in 2024.pdfCIOWomenMagazine
 
BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics Dell Statisti...
BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics  Dell Statisti...BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics  Dell Statisti...
BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics Dell Statisti...Big Data Week
 
Introducing catalyst.ai and MACRA Measures & Insights
Introducing catalyst.ai and MACRA Measures & InsightsIntroducing catalyst.ai and MACRA Measures & Insights
Introducing catalyst.ai and MACRA Measures & InsightsHealth Catalyst
 
Energy Central Webinar on June 14, 2016
Energy Central Webinar on June 14, 2016Energy Central Webinar on June 14, 2016
Energy Central Webinar on June 14, 2016OMNETRIC
 
How Machine Learning Will Transform Finance
How Machine Learning Will Transform FinanceHow Machine Learning Will Transform Finance
How Machine Learning Will Transform FinanceRich Clayton
 
Tips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data AnalyticsTips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data AnalyticsAbhishek Sood
 
Big Data Discovery
Big Data DiscoveryBig Data Discovery
Big Data DiscoveryHarald Erb
 
How to Identify, Train or Become a Data Scientist
How to Identify, Train or Become a Data ScientistHow to Identify, Train or Become a Data Scientist
How to Identify, Train or Become a Data ScientistInside Analysis
 
DevOps Spain 2019. Olivier Perard-Oracle
DevOps Spain 2019. Olivier Perard-OracleDevOps Spain 2019. Olivier Perard-Oracle
DevOps Spain 2019. Olivier Perard-OracleatSistemas
 
oracleadvancedanalyticsv2otn-2859525.pptx
oracleadvancedanalyticsv2otn-2859525.pptxoracleadvancedanalyticsv2otn-2859525.pptx
oracleadvancedanalyticsv2otn-2859525.pptxAdityaDas899782
 
Automation Isn't Enough: You Need Robotics or AI
Automation Isn't Enough: You Need Robotics or AIAutomation Isn't Enough: You Need Robotics or AI
Automation Isn't Enough: You Need Robotics or AIDatavail
 
FDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection IntelligenceFDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection IntelligenceArmin Torres
 
FDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection IntelligenceFDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection IntelligenceArmin Torres
 
Advanced Analytics and Machine Learning with Data Virtualization
Advanced Analytics and Machine Learning with Data VirtualizationAdvanced Analytics and Machine Learning with Data Virtualization
Advanced Analytics and Machine Learning with Data VirtualizationDenodo
 
Philips john huffman
Philips john huffmanPhilips john huffman
Philips john huffmanBigDataExpo
 
Robert Brooks, PwC
Robert Brooks, PwCRobert Brooks, PwC
Robert Brooks, PwCCSSaunders
 

Similaire à Deploying predictive analytics guide (20)

Data Driven Engineering 2014
Data Driven Engineering 2014Data Driven Engineering 2014
Data Driven Engineering 2014
 
Business Analytics 101: Methodology, Tools, and Career Path
Business Analytics 101: Methodology, Tools, and Career PathBusiness Analytics 101: Methodology, Tools, and Career Path
Business Analytics 101: Methodology, Tools, and Career Path
 
12 Pro Predictive Analysis Tools to Look Out for in 2024.pdf
12 Pro Predictive Analysis Tools to Look Out for in 2024.pdf12 Pro Predictive Analysis Tools to Look Out for in 2024.pdf
12 Pro Predictive Analysis Tools to Look Out for in 2024.pdf
 
BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics Dell Statisti...
BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics  Dell Statisti...BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics  Dell Statisti...
BDW Chicago 2016 - John K. Thompson, GM for Advanced Analytics Dell Statisti...
 
Introducing catalyst.ai and MACRA Measures & Insights
Introducing catalyst.ai and MACRA Measures & InsightsIntroducing catalyst.ai and MACRA Measures & Insights
Introducing catalyst.ai and MACRA Measures & Insights
 
Energy Central Webinar on June 14, 2016
Energy Central Webinar on June 14, 2016Energy Central Webinar on June 14, 2016
Energy Central Webinar on June 14, 2016
 
How Machine Learning Will Transform Finance
How Machine Learning Will Transform FinanceHow Machine Learning Will Transform Finance
How Machine Learning Will Transform Finance
 
Tips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data AnalyticsTips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data Analytics
 
Big Data Discovery
Big Data DiscoveryBig Data Discovery
Big Data Discovery
 
Challenges of Executing AI
Challenges of Executing AIChallenges of Executing AI
Challenges of Executing AI
 
How to Identify, Train or Become a Data Scientist
How to Identify, Train or Become a Data ScientistHow to Identify, Train or Become a Data Scientist
How to Identify, Train or Become a Data Scientist
 
DevOps Spain 2019. Olivier Perard-Oracle
DevOps Spain 2019. Olivier Perard-OracleDevOps Spain 2019. Olivier Perard-Oracle
DevOps Spain 2019. Olivier Perard-Oracle
 
oracleadvancedanalyticsv2otn-2859525.pptx
oracleadvancedanalyticsv2otn-2859525.pptxoracleadvancedanalyticsv2otn-2859525.pptx
oracleadvancedanalyticsv2otn-2859525.pptx
 
Get your data analytics strategy right!
Get your data analytics strategy right!Get your data analytics strategy right!
Get your data analytics strategy right!
 
Automation Isn't Enough: You Need Robotics or AI
Automation Isn't Enough: You Need Robotics or AIAutomation Isn't Enough: You Need Robotics or AI
Automation Isn't Enough: You Need Robotics or AI
 
FDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection IntelligenceFDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection Intelligence
 
FDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection IntelligenceFDA News Webinar - Inspection Intelligence
FDA News Webinar - Inspection Intelligence
 
Advanced Analytics and Machine Learning with Data Virtualization
Advanced Analytics and Machine Learning with Data VirtualizationAdvanced Analytics and Machine Learning with Data Virtualization
Advanced Analytics and Machine Learning with Data Virtualization
 
Philips john huffman
Philips john huffmanPhilips john huffman
Philips john huffman
 
Robert Brooks, PwC
Robert Brooks, PwCRobert Brooks, PwC
Robert Brooks, PwC
 

Plus de Health Catalyst

2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology Insights2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology InsightsHealth Catalyst
 
Three Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and LaborThree Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and LaborHealth Catalyst
 
2024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 32024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 3Health Catalyst
 
2024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 22024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 2Health Catalyst
 
2024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 12024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 1Health Catalyst
 
What’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and BeyondWhat’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and BeyondHealth Catalyst
 
Automated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee ReplacementAutomated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee ReplacementHealth Catalyst
 
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule UpdatesHealth Catalyst
 
What's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final RuleWhat's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final RuleHealth Catalyst
 
Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2Health Catalyst
 
Vitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdfVitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdfHealth Catalyst
 
Driving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS SolutionsDriving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS SolutionsHealth Catalyst
 
Tech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average OutsourcingTech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average OutsourcingHealth Catalyst
 
2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set Updates2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set UpdatesHealth Catalyst
 
How Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital TechnologyHow Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital TechnologyHealth Catalyst
 
COVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency EndsCOVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency EndsHealth Catalyst
 
Automated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and PatientAutomated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and PatientHealth Catalyst
 
A Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptxA Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptxHealth Catalyst
 
Self-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business IntelligenceSelf-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business IntelligenceHealth Catalyst
 
Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™Health Catalyst
 

Plus de Health Catalyst (20)

2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology Insights2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology Insights
 
Three Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and LaborThree Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and Labor
 
2024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 32024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 3
 
2024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 22024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 2
 
2024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 12024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 1
 
What’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and BeyondWhat’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and Beyond
 
Automated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee ReplacementAutomated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
 
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
 
What's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final RuleWhat's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final Rule
 
Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2
 
Vitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdfVitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdf
 
Driving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS SolutionsDriving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS Solutions
 
Tech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average OutsourcingTech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average Outsourcing
 
2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set Updates2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set Updates
 
How Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital TechnologyHow Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital Technology
 
COVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency EndsCOVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency Ends
 
Automated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and PatientAutomated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and Patient
 
A Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptxA Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptx
 
Self-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business IntelligenceSelf-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business Intelligence
 
Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™
 

Dernier

Text Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxText Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxProf. Satyen Bhattacharyya
 
lupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlylupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlyRitasman Baisya
 
Incentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentationIncentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentationpratiksha ghimire
 
FAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxFAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxMumux Mirani
 
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书rnrncn29
 
Single Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So FarSingle Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So FarCareLineLive
 
Clinical Education Presentation at Accelacare
Clinical Education Presentation at AccelacareClinical Education Presentation at Accelacare
Clinical Education Presentation at Accelacarepablor40
 
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdfPreventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdfAditiAlishetty
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSNehaSaini499770
 
Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?HelenBevan4
 
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdfExploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdfDharma Homoeopathy
 
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdfeurohealthleaders
 
Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...mauryashreya478
 
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGYANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGYDrmayuribhise
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...The Lifesciences Magazine
 
EMS Response to Terrorism involving Weapons of Mass Destruction
EMS Response to Terrorism involving Weapons of Mass DestructionEMS Response to Terrorism involving Weapons of Mass Destruction
EMS Response to Terrorism involving Weapons of Mass DestructionJannelPomida
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxShubham
 
Professional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeProfessional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeEarwax Doctor
 
Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...
Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...
Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...Dr. David Greene Arizona
 
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书zdzoqco
 

Dernier (20)

Text Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxText Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptx
 
lupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlylupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughly
 
Incentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentationIncentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentation
 
FAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxFAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptx
 
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
 
Single Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So FarSingle Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So Far
 
Clinical Education Presentation at Accelacare
Clinical Education Presentation at AccelacareClinical Education Presentation at Accelacare
Clinical Education Presentation at Accelacare
 
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdfPreventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
 
Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?
 
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdfExploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
 
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
 
Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...
 
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGYANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
 
EMS Response to Terrorism involving Weapons of Mass Destruction
EMS Response to Terrorism involving Weapons of Mass DestructionEMS Response to Terrorism involving Weapons of Mass Destruction
EMS Response to Terrorism involving Weapons of Mass Destruction
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptx
 
Professional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeProfessional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your Home
 
Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...
Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...
Innovations in Nephrology by Dr. David Greene Stem Cell Potential and Progres...
 
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
 

Deploying predictive analytics guide

  • 1. October 13, 2016 Deploying Predictive Analytics: A practitioner’s guide Eric Just Senior Vice President Levi Thatcher Director of Data Science
  • 2.
  • 3.
  • 4. © 2016 Health Catalyst Proprietary and Confidential Poll Question #1 4 How important are predictive analytics for the future of healthcare? 1) Not at all important 2) Low importance 3) Neutral 4) Moderately important 5) Extremely important 6) Unsure or not applicable
  • 5. © 2016 Health Catalyst Proprietary and Confidential Predictive analytics is about using pattern recognition to predict future events but… Predicting something is not good enough; you must have the data to act and intervene… and the organizational wherewithal to inteverne 5
  • 6. © 2016 Health Catalyst Proprietary and Confidential What Is Machine Learning? 6 Machine learning explores the study and construction of algorithms that can learn from and make predictions on data. Within the field of data analytics, machine learning is a method used to devise complex models and algorithms that lend themselves to prediction. In commercial use, this is known as predictive analytics. https://en.wikipedia.org/wiki/Machine_learning
  • 7. © 2016 Health Catalyst Proprietary and Confidential Predictive Analytics in Healthcare: “Classic” Approaches 7 Charlson Index, 1987 LACE Index, 2010
  • 8. © 2016 Health Catalyst Proprietary and Confidential What Has Happened Since 2010? 8
  • 9. © 2016 Health Catalyst Proprietary and Confidential 9 What Has Happened Since 2010? ML – Based Predictive Analytics
  • 10. © 2016 Health Catalyst Proprietary and Confidential Poll Question #2 10 What is the biggest barrier to implementing predictive analytics? a) We do not have the people or skills b) We do not have the right data or technical tools/infrastructure c) We do not have executive support or budget d) Past efforts have failed to show results e) Other f) Unsure or not applicable
  • 11. © 2016 Health Catalyst Proprietary and Confidential 11 Predictive analytics is easy (or at least easier!) Organizations are struggling with making predictive analytics routine, pervasive, and actionable.
  • 12. © 2016 Health Catalyst Proprietary and Confidential Typical ‘Current State’ for Predictive Analytics 12 Data Source Predictive Model ? Gnarly SQL Query Data Manipulation Tools/ Algorithms SAS | Weka | R | Python Deploy
  • 13. © 2016 Health Catalyst Proprietary and Confidential Three Key Recommendations for Scaling Predictive Analytics 13 Data Source Predictive Model ? Gnarly SQL Query Data Manipulation Tools/ Algorithms SAS | Weka | R | Python Deploy Deploy with a strategy for intervention Standardize tools and methods using production quality code Fully leverage your analytics environment
  • 14. © 2016 Health Catalyst Proprietary and Confidential Fully Leverage Your Analytics Environment 14
  • 15. © 2016 Health Catalyst Proprietary and Confidential What is a Feature? “In machine learning and pattern recognition, a feature is an individual measurable property of a phenomenon being observed. Choosing informative, discriminating and independent features is a crucial step for effective algorithms in pattern recognition, classification and regression.” https://en.wikipedia.org/wiki/Feature_(machine_learning) 15
  • 16. © 2016 Health Catalyst Proprietary and Confidential Leverage Your Analytics Environment 16 A data warehouse provides access to raw data and pre-defined data like:  Clinical registries  Comorbidity models (i.e. Charlson Score)  Readmissions  Length of stay  Other calculated fields Read-only access is not enough!
  • 17. © 2016 Health Catalyst Proprietary and Confidential Polypharmacy Feature 17
  • 18. © 2016 Health Catalyst Proprietary and Confidential Polypharmacy Data Mart 18 PatientID MedicationID StartDT EndDT Z006F600A51F 15862 7/27/2006 7/28/2006 Z006F600A51F 41801 7/27/2006 10/28/2009 Z006F600A51F 10994 7/27/2006 NULL Z006F600A51F 15862 7/27/2006 7/28/2006 Z006F600A51F 41801 7/27/2006 NULL Z006F600A51F 10994 7/27/2006 NULL Z006F600A51F 15862 7/27/2006 7/28/2006 Z006F600A51F 41801 7/27/2006 NULL Z006F600A51F 10994 7/27/2006 NULL Z13148BF2583 4996 9/14/2005 11/15/2005 Z13148BF2583 11798 9/14/2005 11/15/2005 Z13148BF2583 15061 9/14/2005 11/15/2005 Z13148BF2583 2079 11/15/2005 11/15/2005 PatientEncounterID PolypharmacyCNT 1048826 6 1048912 0 1048923 0 1048924 0 1048925 0 1048926 0 1049094 2 1049095 2 1049096 2 1049097 3 1049098 3 1049099 4 1049100 2 Step 1: Clean up data • Missing end dates • One time doses Step 2: Aggregate into polypharmacy count at each encounter
  • 19. © 2016 Health Catalyst Proprietary and Confidential What Is Feature Engineering? “Feature engineering is the process of transforming raw data into features that better represent the underlying problem to the predictive models, resulting in improved model accuracy...” Jason Brownlee in “Discover Feature Engineering, How to Engineer Features and How to Get Good at It” http://machinelearningmastery.com/discover-feature-engineering-how-to-engineer-features-and-how-to-get-good-at-it/ “Much of the success of machine learning is actually success in engineering features that a learner can understand.” Scott Locklin in “Neglected Machine Learning Ideas” https://scottlocklin.wordpress.com/2014/07/22/neglected-machine-learning-ideas/ 19
  • 20. © 2016 Health Catalyst Proprietary and Confidential Other Examples of Feature Engineering 20 The ability for data scientists to engineer features is critical to a successful predictive analytics/ machine learning strategy Number of ER visits in the last year Line days Number and types of comorbid conditions Almost any input into a predictive model will be engineered in some way
  • 21. © 2016 Health Catalyst Proprietary and Confidential Fully Leverage Your Analytics Environment 21 Most feature engineering should be done in the analytics environment (data warehouse). Give data scientists enough access to data warehouse to promote efficient re- use of engineered features. Use standard data warehouse ETL tools to operationalize engineered features.
  • 22. © 2016 Health Catalyst Proprietary and Confidential Standardize Tools and Methods Using Production-Quality Code 22
  • 23. © 2016 Health Catalyst Proprietary and Confidential Three Key Recommendations for Scaling Predictive Analytics 23 Data Source Predictive Model ? Gnarly SQL Query Data Manipulation Tools/ Algorithms SAS | Weka | R | Python Deploy Standardize tools and methods using production quality code Fully leverage your analytics environment
  • 24. © 2016 Health Catalyst Proprietary and Confidential You Need Lots of Smart People! 24 • Develops software leveraged by data scientists to test and deploy their models • Requires data science knowledge • Requires knowledge of software engineering best practices • A rare find! • Formulates hypotheses about features driving a predictive model (with clinical input) • Tries various models to determine best approach for prediction • Assesses model output and accuracy and operationalizes the best approach Data Scientist Machine Learning Engineer
  • 25. © 2016 Health Catalyst Proprietary and Confidential Predictive Analytics Processes 2525 Build model experiment (~30-40 features) Split data into train and test Run multiple algorithms Measure & report performance Select best algorithm & important features (~10 features) Store parameters Load model parameters Receive patient ‘record’ (~10 features) Calculate prediction Output prediction 2525 Development Process (Readmission prediction) Running the Model (Readmission prediction)
  • 26. © 2016 Health Catalyst Proprietary and Confidential Developing a Machine Learning Code Base 26 Focus data scientist on model development – not writing code or reinventing the wheel Standardize methodologies so that best practices can be deployed Predictive models in production require production quality code Why?
  • 27. © 2016 Health Catalyst Proprietary and Confidential Version control 27 Developing a Machine Learning Code Base: Best Practices Unit Testing Also, • Documentation • Continuous integration This is production code – it should be treated as such!
  • 28. © 2016 Health Catalyst Proprietary and Confidential 28 Developing a Machine Learning Code Base: Technology Choices R • Open source, deeply entrenched in healthcare • More familiar to analysts/statisticians Python • Open source, newer approach (with lots of momentum) • More familiar to developers AzureML • Cloud-based • Easy to deploy Plenty of other choices
  • 29. © 2016 Health Catalyst Proprietary and Confidential Our Code Base Includes: Data Ingestion/Preparation • Load data from database and/or CSV • Impute missing values • Remove ‘bad’ data (rows and columns) • Date/Time expansion (i.e. Day of week, week of year) 29 Model Development • Split test and train • Feature selection • Run algorithms  Random Forest  Lasso  Mixed Models (Q4 2016)  k-means (Q4 2016) • Evaluate model performance • Save model Analysis • Model performance reports • Trend identification • Risk adjusted comparisons
  • 30. © 2016 Health Catalyst Proprietary and Confidential Scaling People Data Architects  Great domain knowledge  Often looking for opportunities to advance career/skills With the right tools…  Data architects make great feature engineers  Data architects can easily get started in predictive analytics “One awesome thing about the output from the R [package] you put together is the output aligns perfectly with creating Patient Stratification algorithms. …The fact that I feel comfortable running this stuff speaks to how easy you have made it. Thanks again, Levi.” 30
  • 31. © 2016 Health Catalyst Proprietary and Confidential Putting Predictive Models in Production 31
  • 32. © 2016 Health Catalyst Proprietary and Confidential Modality #1: Extract, Transform, Load (ETL) Process Deploy in this modality if: • Prediction is not based on highly dynamic data • Prediction is used in analytic application • Intervention strategy ‘OK’ with some latency (up to 24 hours) • Example: Readmission prediction 32 Write Predictions to Database (ML Code) Run Predictions (ML Code) Load Engineered Features (ETL) Load Source Tables (ETL)
  • 33. © 2016 Health Catalyst Proprietary and Confidential Modality #2: Web Services Deploy in this modality if: • Prediction is dynamic data • Prediction is used in workflow application • Intervention strategy not ‘OK’ with some latency (up to 24 hours) • Example: Sepsis early detection 33 Real-time features from application Early detection web service Historic features (EDW) Run prediction (ML Code) Model input Model output Model input
  • 34. © 2016 Health Catalyst Proprietary and Confidential Scaling Predictive Analytics 34 Data Source Predictive Model ? Gnarly SQL Query Data Manipulation Tools/ Algorithms SAS | Weka | R | Python DeployDeploy with a strategy for intervention Standardized tools and methods using production quality code Fully leverage your analytics environment
  • 35. © 2016 Health Catalyst Proprietary and Confidential Deploy With a Strategy for Intervention 35
  • 36. © 2016 Health Catalyst Proprietary and Confidential Case Study: Central Line Associated Bloodstream Infection (CLABSI) • Approximately 41,000 patients with central lines will end up with a blood stream infection (CLABSI) • One in four patients with a CLABSI will die • CLABSI improvement team looking at compliance with evidence-based guidelines • Retrospective analysis led to increased insight into problem areas and associated interventions • Team wanted more pro-active notification of high-risk patients • Developed predictive algorithm based on 16 features 36
  • 37. © 2016 Health Catalyst Proprietary and Confidential 37
  • 38. © 2016 Health Catalyst Proprietary and Confidential Discussing Models With Clinicians • Clinicians will adopt predictive analytics … insofar as they understand it • Complexity comes at a price  Regression can often strike a good balance between predictive value and interpretability  Use regularization techniques to penalize complexity For example: In statistics and machine learning, lasso (least absolute shrinkage and selection operator) (also Lasso or LASSO) is a regression analysis method that performs both variable selection and regularization in order to enhance the prediction accuracy and interpretability of the statistical model it produces. (Wikipedia) 38
  • 39. © 2016 Health Catalyst Proprietary and Confidential Models Built To Date: In Development Built Planned Central line-associated bloodstream infection (CLABSI) – Clinical Decision Support Forecast IBNR claims/year-end expenditures – Financial Decision Support Congestive Heart Failure, Readmissions Risk – Clinical Decision Support Predictive Risk & Cost – Population Health and Accountable Care Patient Flight Path, Diabetes Future Risk – Clinical Decision Support Patient Flight Path, Diabetes Future Cost– Clinical Decision Support Patient Flight Path, Diabetes Top Treatments – Clinical Decision Support Patient Flight Path, Diabetes Next Likely Complications (Glaucoma) – Clinical Decision Support Patient Flight Path, Diabetes Next Likely Complications (Retinopathy) – Clinical Decision Support Patient Flight Path, Diabetes Next Likely Complications (ESRD) – Clinical Decision Support Plus several more… (Nephropathy, Cataracts, CHF, CAD, Ketoacidosis, Erectile Dysfunction, Foot Ulcers) Predictive appointment no shows – Operations and Performance Management Propensity to pay – Financial Decision Support Pre-surgical risk (Bowel) – Clinical Decision Support and client request Post-surgical risk (Hips and Knees) – Clinical Decision Support Patient Flight Path, Congestive Heart Failure (5-6 new flight path algorithms similar to Patient Flight Path, Diabetes below) Patient Flight Path, Coronary Artery Disease (5-6 new flight path algorithms similar to Patient Flight Path, Diabetes below) Geo-spatial health system service area definition, network referral/leakage INSIGHT socio-economic based risk – Clinical Decision Support and client request Native SQL/R predictive framework and standard package - Platform Feature selection, Parallel Models, Rank and Impact of Input Variables – Platform Predictive ETL batch load times – Platform Early detection of CLABSI, CAUTI, Clostridium difficile (c. diff) hospital infections – Clinical Decision Support Early detection of Sepsis/Septicemia (Blood Infection) – Clinical Decision Support Public data sets, benchmarks, “Catalyst Risk”, expected mortality, length of stay – CAFÉ collaboration Clusters of population risk (near term risk/cost) – Population Health and Accountable Care
  • 40. © 2016 Health Catalyst Proprietary and Confidential Poll Question #3 What are or would be the top three most important data sources to your organization in making predictions? (select 3, if applicable) a) Clinical EMR data b) Claims data c) Patient outcomes data d) Financial data e) Non-medical patient data (e.g. socioeconomic, behavioral) f) Patient satisfaction data g) Unsure or not applicable 40
  • 41. © 2016 Health Catalyst Proprietary and Confidential Three Key Recommendations for Scaling Predictive Analytics 41 Data Source Predictive Model ? Gnarly SQL Query Data Manipulation Tools/ Algorithms SAS | Weka | R | Python Deploy Deploy with a strategy for intervention Standardize tools and methods using production quality code Fully leverage your analytics environment
  • 42. © 2016 Health Catalyst Proprietary and Confidential What the Future Holds 42
  • 43. © 2016 Health Catalyst Proprietary and Confidential Closed Loop Architecture Web/Mobile Apps (SMART on FHIR) Data Warehouse • Local patient data • Clinical trials • Social determinants data • Patient reported outcomes • Regional and National Data Sets • Activity Based Costing • Genomic (+ other ‘omics) • Environmental • Geospatial • Device data (includes fitness) • Patient engagement A P I Clustering Algorithms (Patients Like This) Readmission Predictors High and rising risk predictors EHR Analytic insights drive: • Alerting • Ordering • Refills • Inbox • Diagnosis • Referrals • Dynamic screen generation • Suggestions • Risk management Clinical Workflow Engine Analytics Engine Algorithm Library Integrated Data Repository Registry Definitions Clinicians need analytic insight delivered in their natural workflow Text Processing/NLP Algorithms Email Text Messaging A P I (FHIR) Patients need to be involved, too! CAFÉ 65M+ Patient Records
  • 44. © 2016 Health Catalyst Proprietary and Confidential Thank You 44