Closed EgorKraevTransferwise closed 2 years ago
thanks for adding this snippet, @EgorKraevTransferwise . Great to see that you've got AutoML working with DoWhy/EconML.
The integration with AutoML is not on our priority list, so for now, the wrapper seems like a good workaround.
Thanks for your reply! Actually I just realized that this once implemented would be exactly what I'm looking for.
Great, closing this.
Just wanted to share a code snippet on how to use DoWhy and EconML with another gem from Microsoft, FLAML:
The only nontrivial bit is passing extra arguments to FLAML's
fit()
method - perhaps worth supporting that in method_params so the wrapper above is not necessary?