Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multitreatment model // dummy and interactions approach [DIA] #191

Open
ElisovaIra opened this issue Jul 26, 2022 · 0 comments
Open

Multitreatment model // dummy and interactions approach [DIA] #191

ElisovaIra opened this issue Jul 26, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ElisovaIra
Copy link
Collaborator

ElisovaIra commented Jul 26, 2022

💡 Feature request

Explore an article below and implement dummy and interactions approach or DIA - multitreatment approach for uplift modeling.

This is an extension of binary sklift.models.SoloModel to multitreatment case.

Additional context

This method extends the input space by adding treatment indicators encoded as dummies 𝐷={0,…,𝑘} and interaction terms. The latter capture the interplay between the dummies and the pretreatment characteristics. Uplift is then modeled by means of any machine learning algorithm that receives as input the pretreatment characteristics X, the dummy variables D, and the interaction terms 𝐷×𝑋, so that 𝑃(𝑌=1|𝑋,𝑑𝑜(𝑇))=𝑓(𝑋,𝐷,𝐷×𝑋).

Please follow the article with the DIA approach

Chen X, Owen Z, Pixton C, Simchi-Levi D (2015) A statistical learning approach to personalization in revenue management. SSRN Electronic Journal

@ElisovaIra ElisovaIra added enhancement New feature or request help wanted Extra attention is needed labels Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant