-
Notifications
You must be signed in to change notification settings - Fork 733
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/drlearner #137
Vasilis/drlearner #137
Conversation
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.
It's removed from metalearners? so no need to extend it to support multi treatment anymore?
…had T0 and T1 as non keyword arguments. They should be. A bug fix in treatment expansion mixin revealed this mistake.
@vasilismsr @heimengqi |
The new implementation already does that. |
…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.
…hat T can also be a vector
…ding with corresponding test and used that function in the nuisances in DMLCateEstimator and DRLearner. Made nuisances a keyword argument with no default in DRLearner.
…e, np.average can handle it
…ted to mulitask model_final
No description provided.