You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.