SlideShare a Scribd company logo
1 of 19
Process Mining meets
Causal Machine Learning:
Discovering Causal Rules
from Event logs
Zahra Dasht Bozorgi, Irene Teinemaa, Marlon Dumas,
Marcello La Rosa, and Artem Polyvyanyy
1
2nd International Conference on Process Mining (ICPM 2020)
Padua, Italy, 4-9 October 2020
Introduction
An approach that addresses the following:
• Discover case-level treatment
recommendations to increase the positive
outcome rate of a process;
• Identify subsets of cases to which a
recommendation should be applied;
• Estimate the causal effect and the incremental
Return-on-Investment (ROI) of a treatment.
2
Preliminaries
What is Causal Inference?
Inferring the effects of any
treatment/policy/intervention/etc.
Examples:
• Effect of a treatment on a disease
• Effect of climate change policy on emissions
• Effect of an action on a business process outcome
3
Notation:
Y denotes outcome
T denotes treatment assignment
X denotes case attributes
Preliminaries
How do we measure causal effects?
Taking the difference between potential outcomes
Example: Loan application Process
Treatment/intervention: calling the customer after offer
Outcome: whether customer selects a loan offer or not
4
World 1
E[Y1] E[Y0]
World 2
Average Treatment Effect:
ATE = E[Y1 – Y0]
Conditional Average Treatment Effect:
CATE = E[Y1 – Y0|X= x]
CATE is also known as Uplift
in marketing literature.
Preliminaries
id T Y Y1 Y0 Y1 – Y0
1 0 0 ? 0 ?
2 1 1 1 ? ?
3 1 0 0 ? ?
4 0 0 ? 0 ?
5 0 1 ? 1 ?
6 1 1 1 ? ?
5
Fundamental Problem of Causal Inference:
Missing Data Problem
Solution: Randomised Experiment
• Expensive
• Time-consuming
• Unethical
Next best solution: Observational Study
Aim
6
Event Log Treatment/Intervention Causal Rules
Proposed Framework
7
Candidate Treatment Identification
Aim: generating recommendations automatically
Method: Action rule mining
• Extension of classification rules
• Suggests actions to change class label
• Based on support
Action Rule: r = [(a: a1) ∧ (b: b1 → b2)] ⇒ [y: y1 → y2]
8
Controllable
Uncontrollable
Input: Case Attributes
Candidate Treatment Identification
9
Rule: r = [(LoanGoal: Home Improvement) ∧ (NumOfTerms: 48 → 84)] ⇒ [Selected: 0 → 1]
with support = 0.05
Pre-condition Action Outcome
Example:
In loan applications where the loan goal is home improvement, changing the number of payback months (terms)
from 48 to 84 months will increase the chance of the customer selecting the loan offer.
Example: Loan application process
Attributes: Loan Goal (Uncontrollable)
Number of terms (Controllable)
Causal Rules Discovery
Aim: Discovering subgroups where an action has a
high causal effect on the outcome
Method: Uplift Trees1
Uplift tree: predicts which cases will have a
positive outcome because a treatment is applied.
101. P. Rzepakowski and S. Jaroszewicz, “Decision trees for uplift modelling with
single and multiple treatments,”Knowl. Inf. Syst., vol. 32, no. 2,2012.
Uplift Tree
11
Splitting criterion:
D(.) a divergence measure
PT probability distribution of the outcome in the treatment group
PC probability distribution of the outcome in the control group
Divergence Metrics:
Kullback-Leibler divergence
Squared Euclidean distance
Chi-squared divergence
Uplift Tree
E[Y|T=1, X=x] – E[Y|T=0, X=x]
Recall:
Uplift = E[Y1 | X=x] – E[Y0 | X=x]
The reason is Confounding.
12
≠
Confounding
Confounding is the presence of a variable that affects both treatment assignment and the outcome.
How do we address confounding in uplift trees?
Normalisation
13
NT and NC are the number of cases in the treatment and control group respectively.
N is the total number of cases. A is a test. And H(.) is entropy.
Example Causal Rule
Example rule:
• Action: [NumOfTerms: 48 → 84]
• Objective: [Selected: 0 → 1]
• Sub-group:
a) Customers whose loan goal is not existing loan takeover AND
b) have a credit score less than 920 AND
c) their offer includes a monthly cost greater than 149 AND
d) and the first withdrawal amount is less than 8304
14
Ranking Rules using Cost-benefit Model
Parameters:
• v: value (benefit) of a positive outcome
• c: impression cost for a treatment
• u: uplift of applying a treatment
• n: size of the treated group
Net value of applying the recommendation:
Net = n × (u × v - c)
15
Dataset and Experimental setup
• The approach was implemented in Python 3.7 using
the ActionRules package for generating candidate
treatments and the CausalML package for
constructing uplift trees.
• We ran the action rule discovery algorithm on this
dataset and discovered 24 rules containing 17
distinct recommendations.
• The uplift tree was constructed for each of the 17
recommendations resulting in 8 causal rules.
• Details of the recommendations can be found in the
paper
16
BPI Challenge 2017:
• 31,509 applications (cases)
• 42,995 offers
• Outcome is whether customer selects the offer
Uncontrollable attributes:
• Application Type
• Loan Goal
• Credit Score
• Requested Amount
Controllable attributes:
• Number of Offers
• Number of Payback Terms
• Monthly Cost
• Initial Withdrawal Amount
Comparison of Results
• Increase number of term
from 48 months to more than 120 months
for customers whose credit scores are between 899 and 943 and their first withdrawal amount
is less than 8,304.
• Decrease the duration of the process
Delays are mostly due to unresponsive customers
17
Future Work
• Incorporating other types of recommendation
• Addressing other goals, such as reduction of cycle time and waste
• Adjusting for unobserved confounding effects
• Conducting complimentary evaluations such as randomised experiments
18
Thank you
Any Questions?
Zahra Dasht Bozorgi
zdashtbozorg@student.unimelb.edu.au
School of Computing and Information Systems
University of Melbourne

More Related Content

What's hot

第21回アルゴリズム勉強会
第21回アルゴリズム勉強会第21回アルゴリズム勉強会
第21回アルゴリズム勉強会
Yuuki Ono
 

What's hot (20)

第21回アルゴリズム勉強会
第21回アルゴリズム勉強会第21回アルゴリズム勉強会
第21回アルゴリズム勉強会
 
AtCoder Regular Contest 042 解説
AtCoder Regular Contest 042 解説AtCoder Regular Contest 042 解説
AtCoder Regular Contest 042 解説
 
Pythonではじめる競技プログラミング
Pythonではじめる競技プログラミングPythonではじめる競技プログラミング
Pythonではじめる競技プログラミング
 
AtCoder Regular Contest 035 解説
AtCoder Regular Contest 035 解説AtCoder Regular Contest 035 解説
AtCoder Regular Contest 035 解説
 
2 5 3.一般化線形モデル色々_Gamma回帰と対数線形モデル
2 5 3.一般化線形モデル色々_Gamma回帰と対数線形モデル2 5 3.一般化線形モデル色々_Gamma回帰と対数線形モデル
2 5 3.一般化線形モデル色々_Gamma回帰と対数線形モデル
 
グラフと木
グラフと木グラフと木
グラフと木
 
AtCoder Regular Contest 024 解説
AtCoder Regular Contest 024 解説AtCoder Regular Contest 024 解説
AtCoder Regular Contest 024 解説
 
AtCoder Regular Contest 034 解説
AtCoder Regular Contest 034 解説AtCoder Regular Contest 034 解説
AtCoder Regular Contest 034 解説
 
Prml11 4
Prml11 4Prml11 4
Prml11 4
 
実践・最強最速のアルゴリズム勉強会 第一回 講義資料(ワークスアプリケーションズ & AtCoder)
実践・最強最速のアルゴリズム勉強会 第一回 講義資料(ワークスアプリケーションズ & AtCoder)実践・最強最速のアルゴリズム勉強会 第一回 講義資料(ワークスアプリケーションズ & AtCoder)
実践・最強最速のアルゴリズム勉強会 第一回 講義資料(ワークスアプリケーションズ & AtCoder)
 
AtCoder Regular Contest 040 解説
AtCoder Regular Contest 040 解説AtCoder Regular Contest 040 解説
AtCoder Regular Contest 040 解説
 
AtCoder Beginner Contest 017 解説
AtCoder Beginner Contest 017 解説AtCoder Beginner Contest 017 解説
AtCoder Beginner Contest 017 解説
 
AtCoder Regular Contest 023 解説
AtCoder Regular Contest 023 解説AtCoder Regular Contest 023 解説
AtCoder Regular Contest 023 解説
 
AtCoder Beginner Contest 034 解説
AtCoder Beginner Contest 034 解説AtCoder Beginner Contest 034 解説
AtCoder Beginner Contest 034 解説
 
AtCoder Regular Contest 025 解説
AtCoder Regular Contest 025 解説AtCoder Regular Contest 025 解説
AtCoder Regular Contest 025 解説
 
TensorFlowをもう少し詳しく入門
TensorFlowをもう少し詳しく入門TensorFlowをもう少し詳しく入門
TensorFlowをもう少し詳しく入門
 
Causal Inference : Primer (2019-06-01 잔디콘)
Causal Inference : Primer (2019-06-01 잔디콘)Causal Inference : Primer (2019-06-01 잔디콘)
Causal Inference : Primer (2019-06-01 잔디콘)
 
Rolling Hashを殺す話
Rolling Hashを殺す話Rolling Hashを殺す話
Rolling Hashを殺す話
 
AtCoder Regular Contest 031 解説
AtCoder Regular Contest 031 解説AtCoder Regular Contest 031 解説
AtCoder Regular Contest 031 解説
 
AtCoder Beginner Contest 012 解説
AtCoder Beginner Contest 012 解説AtCoder Beginner Contest 012 解説
AtCoder Beginner Contest 012 解説
 

Similar to Process Mining Meets Causal Machine Learning: Discovering Causal Rules From Event Logs

Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Marlon Dumas
 
QA_Chapter_01_Dr_B_Dayal_Overview.pptx
QA_Chapter_01_Dr_B_Dayal_Overview.pptxQA_Chapter_01_Dr_B_Dayal_Overview.pptx
QA_Chapter_01_Dr_B_Dayal_Overview.pptx
Teshome62
 
Quality Improvement And Cos Reduction
Quality Improvement And Cos ReductionQuality Improvement And Cos Reduction
Quality Improvement And Cos Reduction
Henmaidi Alfian
 
121220012 incentives in the chinese construction industry
121220012 incentives in the chinese construction industry121220012 incentives in the chinese construction industry
121220012 incentives in the chinese construction industry
Ashutosh Patekar
 

Similar to Process Mining Meets Causal Machine Learning: Discovering Causal Rules From Event Logs (20)

Prescriptive Process Monitoring for Cost-Aware Cycle Time Reduction
Prescriptive Process Monitoring for Cost-Aware Cycle Time ReductionPrescriptive Process Monitoring for Cost-Aware Cycle Time Reduction
Prescriptive Process Monitoring for Cost-Aware Cycle Time Reduction
 
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
 
Pp ts for machine learning
Pp ts for machine learningPp ts for machine learning
Pp ts for machine learning
 
[DSC Adria 23] Mirjana Pejic Bach Data mining approach to internal fraud in a...
[DSC Adria 23] Mirjana Pejic Bach Data mining approach to internal fraud in a...[DSC Adria 23] Mirjana Pejic Bach Data mining approach to internal fraud in a...
[DSC Adria 23] Mirjana Pejic Bach Data mining approach to internal fraud in a...
 
QA_Chapter_01_Dr_B_Dayal_Overview.pptx
QA_Chapter_01_Dr_B_Dayal_Overview.pptxQA_Chapter_01_Dr_B_Dayal_Overview.pptx
QA_Chapter_01_Dr_B_Dayal_Overview.pptx
 
Mykola Herasymovych: Optimizing Acceptance Threshold in Credit Scoring using ...
Mykola Herasymovych: Optimizing Acceptance Threshold in Credit Scoring using ...Mykola Herasymovych: Optimizing Acceptance Threshold in Credit Scoring using ...
Mykola Herasymovych: Optimizing Acceptance Threshold in Credit Scoring using ...
 
Quality Improvement And Cos Reduction
Quality Improvement And Cos ReductionQuality Improvement And Cos Reduction
Quality Improvement And Cos Reduction
 
Presentation lecture 2nd quantitative techniques
Presentation lecture 2nd quantitative techniquesPresentation lecture 2nd quantitative techniques
Presentation lecture 2nd quantitative techniques
 
action research model
action research modelaction research model
action research model
 
Centricity EDI Product Overview
Centricity EDI Product OverviewCentricity EDI Product Overview
Centricity EDI Product Overview
 
Assessing Impacts – Methodology in Practice, Cara Maguire
Assessing Impacts – Methodology in Practice, Cara MaguireAssessing Impacts – Methodology in Practice, Cara Maguire
Assessing Impacts – Methodology in Practice, Cara Maguire
 
Impact Evaluation: Balancing Rigor with Reality
Impact Evaluation: Balancing Rigor with RealityImpact Evaluation: Balancing Rigor with Reality
Impact Evaluation: Balancing Rigor with Reality
 
Organizational development research
Organizational development researchOrganizational development research
Organizational development research
 
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRYPROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
 
What it takes to build a model for detecting patients that defaults from medi...
What it takes to build a model for detecting patients that defaults from medi...What it takes to build a model for detecting patients that defaults from medi...
What it takes to build a model for detecting patients that defaults from medi...
 
2011 NCJA presentation
2011 NCJA presentation2011 NCJA presentation
2011 NCJA presentation
 
PROCESS OF ORGANIZATION DEVELOPMENT
PROCESS OF ORGANIZATION DEVELOPMENTPROCESS OF ORGANIZATION DEVELOPMENT
PROCESS OF ORGANIZATION DEVELOPMENT
 
121220012 incentives in the chinese construction industry
121220012 incentives in the chinese construction industry121220012 incentives in the chinese construction industry
121220012 incentives in the chinese construction industry
 
Credit iconip
Credit iconipCredit iconip
Credit iconip
 
Performance Management - A Quantitative Approach
Performance Management - A Quantitative ApproachPerformance Management - A Quantitative Approach
Performance Management - A Quantitative Approach
 

More from Marlon Dumas

Walking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process OptimizationWalking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process Optimization
Marlon Dumas
 
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Marlon Dumas
 
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Marlon Dumas
 

More from Marlon Dumas (20)

How GenAI will (not) change your business?
How GenAI will (not)  change your business?How GenAI will (not)  change your business?
How GenAI will (not) change your business?
 
Walking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process OptimizationWalking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process Optimization
 
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
 
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
 
Business Process Optimization: Status and Perspectives
Business Process Optimization: Status and PerspectivesBusiness Process Optimization: Status and Perspectives
Business Process Optimization: Status and Perspectives
 
Why am I Waiting Data-Driven Analysis of Waiting Times in Business Processes
Why am I Waiting Data-Driven Analysis of Waiting Times in Business ProcessesWhy am I Waiting Data-Driven Analysis of Waiting Times in Business Processes
Why am I Waiting Data-Driven Analysis of Waiting Times in Business Processes
 
Augmented Business Process Management
Augmented Business Process ManagementAugmented Business Process Management
Augmented Business Process Management
 
Process Mining and Data-Driven Process Simulation
Process Mining and Data-Driven Process SimulationProcess Mining and Data-Driven Process Simulation
Process Mining and Data-Driven Process Simulation
 
Modeling Extraneous Activity Delays in Business Process Simulation
Modeling Extraneous Activity Delays in Business Process SimulationModeling Extraneous Activity Delays in Business Process Simulation
Modeling Extraneous Activity Delays in Business Process Simulation
 
Business Process Simulation with Differentiated Resources: Does it Make a Dif...
Business Process Simulation with Differentiated Resources: Does it Make a Dif...Business Process Simulation with Differentiated Resources: Does it Make a Dif...
Business Process Simulation with Differentiated Resources: Does it Make a Dif...
 
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints
Prescriptive Process Monitoring Under Uncertainty and Resource ConstraintsPrescriptive Process Monitoring Under Uncertainty and Resource Constraints
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints
 
Robotic Process Mining
Robotic Process MiningRobotic Process Mining
Robotic Process Mining
 
Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?
Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?
Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?
 
Learning Accurate Business Process Simulation Models from Event Logs via Auto...
Learning Accurate Business Process Simulation Models from Event Logs via Auto...Learning Accurate Business Process Simulation Models from Event Logs via Auto...
Learning Accurate Business Process Simulation Models from Event Logs via Auto...
 
Process Mining: A Guide for Practitioners
Process Mining: A Guide for PractitionersProcess Mining: A Guide for Practitioners
Process Mining: A Guide for Practitioners
 
Process Mining for Process Improvement.pptx
Process Mining for Process Improvement.pptxProcess Mining for Process Improvement.pptx
Process Mining for Process Improvement.pptx
 
Data-Driven Analysis of Batch Processing Inefficiencies in Business Processes
Data-Driven Analysis of  Batch Processing Inefficiencies  in Business ProcessesData-Driven Analysis of  Batch Processing Inefficiencies  in Business Processes
Data-Driven Analysis of Batch Processing Inefficiencies in Business Processes
 
Optimización de procesos basada en datos
Optimización de procesos basada en datosOptimización de procesos basada en datos
Optimización de procesos basada en datos
 
Process Mining and AI for Continuous Process Improvement
Process Mining and AI for Continuous Process ImprovementProcess Mining and AI for Continuous Process Improvement
Process Mining and AI for Continuous Process Improvement
 
Mine Your Simulation Model: Automated Discovery of Business Process Simulatio...
Mine Your Simulation Model: Automated Discovery of Business Process Simulatio...Mine Your Simulation Model: Automated Discovery of Business Process Simulatio...
Mine Your Simulation Model: Automated Discovery of Business Process Simulatio...
 

Recently uploaded

Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
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
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptx
 
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
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
ELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptx
 
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...
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 

Process Mining Meets Causal Machine Learning: Discovering Causal Rules From Event Logs

  • 1. Process Mining meets Causal Machine Learning: Discovering Causal Rules from Event logs Zahra Dasht Bozorgi, Irene Teinemaa, Marlon Dumas, Marcello La Rosa, and Artem Polyvyanyy 1 2nd International Conference on Process Mining (ICPM 2020) Padua, Italy, 4-9 October 2020
  • 2. Introduction An approach that addresses the following: • Discover case-level treatment recommendations to increase the positive outcome rate of a process; • Identify subsets of cases to which a recommendation should be applied; • Estimate the causal effect and the incremental Return-on-Investment (ROI) of a treatment. 2
  • 3. Preliminaries What is Causal Inference? Inferring the effects of any treatment/policy/intervention/etc. Examples: • Effect of a treatment on a disease • Effect of climate change policy on emissions • Effect of an action on a business process outcome 3 Notation: Y denotes outcome T denotes treatment assignment X denotes case attributes
  • 4. Preliminaries How do we measure causal effects? Taking the difference between potential outcomes Example: Loan application Process Treatment/intervention: calling the customer after offer Outcome: whether customer selects a loan offer or not 4 World 1 E[Y1] E[Y0] World 2 Average Treatment Effect: ATE = E[Y1 – Y0] Conditional Average Treatment Effect: CATE = E[Y1 – Y0|X= x] CATE is also known as Uplift in marketing literature.
  • 5. Preliminaries id T Y Y1 Y0 Y1 – Y0 1 0 0 ? 0 ? 2 1 1 1 ? ? 3 1 0 0 ? ? 4 0 0 ? 0 ? 5 0 1 ? 1 ? 6 1 1 1 ? ? 5 Fundamental Problem of Causal Inference: Missing Data Problem Solution: Randomised Experiment • Expensive • Time-consuming • Unethical Next best solution: Observational Study
  • 8. Candidate Treatment Identification Aim: generating recommendations automatically Method: Action rule mining • Extension of classification rules • Suggests actions to change class label • Based on support Action Rule: r = [(a: a1) ∧ (b: b1 → b2)] ⇒ [y: y1 → y2] 8 Controllable Uncontrollable Input: Case Attributes
  • 9. Candidate Treatment Identification 9 Rule: r = [(LoanGoal: Home Improvement) ∧ (NumOfTerms: 48 → 84)] ⇒ [Selected: 0 → 1] with support = 0.05 Pre-condition Action Outcome Example: In loan applications where the loan goal is home improvement, changing the number of payback months (terms) from 48 to 84 months will increase the chance of the customer selecting the loan offer. Example: Loan application process Attributes: Loan Goal (Uncontrollable) Number of terms (Controllable)
  • 10. Causal Rules Discovery Aim: Discovering subgroups where an action has a high causal effect on the outcome Method: Uplift Trees1 Uplift tree: predicts which cases will have a positive outcome because a treatment is applied. 101. P. Rzepakowski and S. Jaroszewicz, “Decision trees for uplift modelling with single and multiple treatments,”Knowl. Inf. Syst., vol. 32, no. 2,2012.
  • 11. Uplift Tree 11 Splitting criterion: D(.) a divergence measure PT probability distribution of the outcome in the treatment group PC probability distribution of the outcome in the control group Divergence Metrics: Kullback-Leibler divergence Squared Euclidean distance Chi-squared divergence
  • 12. Uplift Tree E[Y|T=1, X=x] – E[Y|T=0, X=x] Recall: Uplift = E[Y1 | X=x] – E[Y0 | X=x] The reason is Confounding. 12 ≠
  • 13. Confounding Confounding is the presence of a variable that affects both treatment assignment and the outcome. How do we address confounding in uplift trees? Normalisation 13 NT and NC are the number of cases in the treatment and control group respectively. N is the total number of cases. A is a test. And H(.) is entropy.
  • 14. Example Causal Rule Example rule: • Action: [NumOfTerms: 48 → 84] • Objective: [Selected: 0 → 1] • Sub-group: a) Customers whose loan goal is not existing loan takeover AND b) have a credit score less than 920 AND c) their offer includes a monthly cost greater than 149 AND d) and the first withdrawal amount is less than 8304 14
  • 15. Ranking Rules using Cost-benefit Model Parameters: • v: value (benefit) of a positive outcome • c: impression cost for a treatment • u: uplift of applying a treatment • n: size of the treated group Net value of applying the recommendation: Net = n × (u × v - c) 15
  • 16. Dataset and Experimental setup • The approach was implemented in Python 3.7 using the ActionRules package for generating candidate treatments and the CausalML package for constructing uplift trees. • We ran the action rule discovery algorithm on this dataset and discovered 24 rules containing 17 distinct recommendations. • The uplift tree was constructed for each of the 17 recommendations resulting in 8 causal rules. • Details of the recommendations can be found in the paper 16 BPI Challenge 2017: • 31,509 applications (cases) • 42,995 offers • Outcome is whether customer selects the offer Uncontrollable attributes: • Application Type • Loan Goal • Credit Score • Requested Amount Controllable attributes: • Number of Offers • Number of Payback Terms • Monthly Cost • Initial Withdrawal Amount
  • 17. Comparison of Results • Increase number of term from 48 months to more than 120 months for customers whose credit scores are between 899 and 943 and their first withdrawal amount is less than 8,304. • Decrease the duration of the process Delays are mostly due to unresponsive customers 17
  • 18. Future Work • Incorporating other types of recommendation • Addressing other goals, such as reduction of cycle time and waste • Adjusting for unobserved confounding effects • Conducting complimentary evaluations such as randomised experiments 18
  • 19. Thank you Any Questions? Zahra Dasht Bozorgi zdashtbozorg@student.unimelb.edu.au School of Computing and Information Systems University of Melbourne