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 am using s_learner for my causal modeling (BaseSClassifier(learner=XGBClassifier))
However, when I trying to access the sensitivity for the model, it reported an error for the function
ate_new, ate_new_lower, ate_new_upper = self.get_ate_ci(X, p, treatment_new, y)
ValueError: not enough values to unpack (expected 3, got 1)
My main question here is can I do the sensitivity analysis for S_learner? If yes, how to do that. I am not sure if I missed some settings that can make it work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using s_learner for my causal modeling (BaseSClassifier(learner=XGBClassifier))
However, when I trying to access the sensitivity for the model, it reported an error for the function
ate_new, ate_new_lower, ate_new_upper = self.get_ate_ci(X, p, treatment_new, y)
ValueError: not enough values to unpack (expected 3, got 1)
My main question here is can I do the sensitivity analysis for S_learner? If yes, how to do that. I am not sure if I missed some settings that can make it work.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions