py-why / dowhy

DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
https://www.pywhy.org/dowhy
MIT License
7.01k stars 922 forks source link

Removing autolguon as optional dependency #963

Closed bloebp closed 1 year ago

bloebp commented 1 year ago

The autogluon models can still be used with DoWhy, but it is not listed as an optional dependency anymore to reduce the number of restrictions on other packages.

Zethson commented 1 year ago

This PR will be amazing and help me a lot. Thank you so much already!