EconML icon indicating copy to clipboard operation
EconML copied to clipboard

Propensity model in Domain Adoptation Learner

Open anastasiapyanova opened this issue 3 years ago • 1 comments

Hi! How can I get scores of propensity_model in Domain Adoptation Lerner?

anastasiapyanova avatar Dec 27 '21 10:12 anastasiapyanova

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.

kbattocchi avatar Dec 30 '21 18:12 kbattocchi