EconML icon indicating copy to clipboard operation
EconML copied to clipboard

method_param argument in CausalTreeDML?

Open ZmeiGorynych opened this issue 3 years ago • 1 comments

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.

ZmeiGorynych avatar Dec 05 '21 10:12 ZmeiGorynych

This is a great suggestion, thanks.

kbattocchi avatar Dec 09 '21 17:12 kbattocchi