EconML icon indicating copy to clipboard operation
EconML copied to clipboard

DRTester does not have support for sample_weight

Open gdaiha opened this issue 5 months ago • 0 comments

I work with summarized data to make causal inference, where each row corresponds to a group of units. When I try to use DRTester to validate results, the methods inside the class (fit_nuisance, fit_nuisance_cv, fit_nuisance_train, evaluate_cal...) do not have support for sample_weight. I use it to represent the original distribution. It would be nice to have this support.

gdaiha avatar Sep 10 '25 18:09 gdaiha