Problem
This is a binary classification problem.
On the basis of historical data, models (of varying degrees of complexity) should be developed to predict the purchase uplift of marketing offer (uplift modelling).
The best models should be explained using XAI tools at the instance level and at the data set level.
Data
Datasets: (1) 'train' and (2) 'valid' from R package named 'Information'
Example solution
Two interesting solutions for this dataset are described under the links
https://www.profit-analytics.com/examples/ch-4-uplift-examples/uplift-modeling-example-two-model-approach/
https://humboldt-wi.github.io/blog/research/theses/uplift_modeling_blogpost/
Additional learning materials and implementations:
R grf package Generalized Random Forests https://github.com/grf-labs/grf
R uplift package: https://cran.r-project.org/web/packages/uplift/index.html
R tools4uplift package: https://cran.r-project.org/web/packages/tools4uplift/index.html
R BART package, vignettes: https://rdrr.io/cran/BART/
Python: Microsoft ALICE https://github.com/microsoft/EconML
Python: Uber's CausalML https://github.com/uber/causalml
Problem
This is a binary classification problem.
On the basis of historical data, models (of varying degrees of complexity) should be developed to predict the purchase uplift of marketing offer (uplift modelling).
The best models should be explained using XAI tools at the instance level and at the data set level.
Data
Datasets: (1) 'train' and (2) 'valid' from R package named 'Information'
Example solution
Two interesting solutions for this dataset are described under the links
https://www.profit-analytics.com/examples/ch-4-uplift-examples/uplift-modeling-example-two-model-approach/
https://humboldt-wi.github.io/blog/research/theses/uplift_modeling_blogpost/
Additional learning materials and implementations:
R grf package Generalized Random Forests https://github.com/grf-labs/grf
R uplift package: https://cran.r-project.org/web/packages/uplift/index.html
R tools4uplift package: https://cran.r-project.org/web/packages/tools4uplift/index.html
R BART package, vignettes: https://rdrr.io/cran/BART/
Python: Microsoft ALICE https://github.com/microsoft/EconML
Python: Uber's CausalML https://github.com/uber/causalml