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

Fix issue with linear regressor with fixed parameters #1068

Closed bloebp closed 7 months ago

bloebp commented 8 months ago

Before, when creating a linear regressor with fixed parameters, the parameters would be overridden upon fitting to data. Now, the parameters remain fixed.