-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need to correct IPW code for y and t input format #14
Comments
I just realized IPW is not the only one to fail. |
I justed tested .ravel() robustness for all estimators |
As for multiply_robust, (n,1) format makes the function to fail because some
Instead of :
Just like m. Besides, why copying t or m is needed? |
Just a reminder, as for now :
|
need to modify the test accordingly when solved, in particular
.ravel() )
|
IPW implementation behaves badly if t and y dimension is (n, 1), and ok if t and y dimension is (n, 0), please fix
The text was updated successfully, but these errors were encountered: