-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
💡 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
maks-sh and freehellomaks-sh
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed