-
Notifications
You must be signed in to change notification settings - Fork 793
Enable stratification in bootstrap #236
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
Conversation
7b8054c to
aeb6948
Compare
94a4cea to
715adbe
Compare
6c7caba to
600a403
Compare
600a403 to
c561cd6
Compare
b788c13 to
50c5613
Compare
c0529c4 to
52eff24
Compare
|
The point estimate in the bootstrap should be the estimate on the original set of samples, not the mean of the bootstrap subsamples. |
0490101 to
63daf39
Compare
vsyrgkanis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change in marginal_effect_inference logic at the LinearCateEstimator level is required.
c0e95f7 to
8084c0a
Compare
vsyrgkanis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these really the only places where const_marginal_effect_interval and inference are defined, or are there many other places where the signature needs to change??
8084c0a to
11c9dac
Compare
vsyrgkanis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
11c9dac to
f4f0bf5
Compare
Fixes #125. Fixes #89.