-
Notifications
You must be signed in to change notification settings - Fork 729
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
Vasilis/cate interpreters #177
Conversation
…had T0 and T1 as non keyword arguments. They should be. A bug fix in treatment expansion mixin revealed this mistake.
…ive tests for api of drlearner and linear_drlearner. Fixed small bug in marginal_effect_interval of linearcateestimator.
…er. Bug from reverting back to coef_ and intercept_ in StatsModelsInference.
…or metalearners to call the new doubly robust learner. Fixed bug in test_drlearner
…y support a specific subset of covariance types
bb657e1
to
49d43ec
Compare
@vasilismsr I've heavily refactored the tree exporting logic. Can you take a look and verify you're happy with the general shape of things (maybe just look at the changes from my commits)? |
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.
Mostly seems good to me!
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 good.
3176c62
to
11766cb
Compare
Intepretation of CATE via Trees