Skip to content
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

Fixes #1028: Updated argument calling for refutation methods #1159

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

amit-sharma
Copy link
Member

Fixes #1028

When calling fit inside refutation methods, the effect_modifier_names was passed without name. Now it is a named parameter and avoids getting mixed up with other parameters.
Also generalized econml_fit_params to fit_params since other methods can also have fit_params.

Signed-off-by: Amit Sharma <amit_sharma@live.com>
Signed-off-by: Amit Sharma <amit_sharma@live.com>
@amit-sharma amit-sharma requested a review from bloebp April 14, 2024 12:38
@bloebp bloebp merged commit 2c47348 into main Apr 15, 2024
30 checks passed
@bloebp bloebp deleted the refuter/fix-param-passing branch April 15, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get error in refutation process ValueError: No group keys passed!
2 participants