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

Changed logic in summary_frame for feature names #305

Merged
merged 1 commit into from
Nov 8, 2020

Conversation

vsyrgkanis
Copy link
Collaborator

Changed logic of feature names in summary_frame and added corresponding tests. Fixed a small bug in LinearModelFinalCateEstimatorDiscreteMixin where we werenot checking in intercept_ whether an intercept was fitted and raising an Attribute error if so. This lead to a weird error being raised because we were trying to reshape an integer.

Addressing #303

…ng tests. Fixed a small bug in LinearModelFinalCateEstimatorDiscreteMixin where we werenot checking in intercept_ whether an intercept was fitted and raising an Attribute error if so. This lead to a weird error being raised because we were trying to reshape an integer.
@vsyrgkanis vsyrgkanis added the enhancement New feature or request label Nov 7, 2020
econml/tests/test_inference.py Show resolved Hide resolved
econml/inference.py Show resolved Hide resolved
@vsyrgkanis vsyrgkanis merged commit 0a66aa9 into master Nov 8, 2020
@vsyrgkanis vsyrgkanis deleted the vasilis/summary_frame branch November 16, 2020 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants