EconML
EconML copied to clipboard
Propensity model in Domain Adoptation Learner
Hi! How can I get scores of propensity_model in Domain Adoptation Lerner?
The models themselves are stored in the propensity_models attribute of the estimator; we calculate but do not store the propensity scores as part of the fitting process; we do not call the score method of the propensity models at all, but you can call it by accessing the models and passing in the appropriate data.