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
6.88k stars 916 forks source link

Change OneHotEncoder parameter from "sparse" to "sparse_output" #1219

Open bloebp opened 4 days ago

bloebp commented 4 days ago

The "sparse" parameter is deprecated and was renamed to "sparse_output".