EconML
EconML copied to clipboard
method_param argument in CausalTreeDML?
The CausalTreeDML class allows me to specify my own choices of models for model_y and model_t, but does not allow to customize the way their constructors and fit methods are called - can you please introduce a method_params optional argument, similar to that in DoWhy, that would allow me to do that?
I can achieve something similar with custom wrappers to the models I want, but it would be very nice to have this supported as part of the API, especially as DoWhy already does that.
This is a great suggestion, thanks.