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 don't need to replace with np.clip. I have another filtering approach that doesn't rely on any function (but also doesn't produce warnings). Implementation is in #151
zEpid/zepid/causal/utils.py
Line 155 in 0cf189e
Replace the treatment probability bounding with
np.clip
since that is easier to keep up with overallSame needs to be done for
TMLE
with the continuous outcome boundingThe text was updated successfully, but these errors were encountered: