You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#775: Support multiple treatments in CausalTreeRegressor and CausalRandomForestRegressor (#852)
* Add outcome vector y preparation for multiple treatment groups
* Update CausalTreeRegressor class
* Add multiple groups support in cython part of causal trees building
* Add min_group_size parameter to control tree building
* Update python part of causal trees, keep consistent namings for tree builder
* Add an option to pass custom matplotlib axes in charts
* Update Jupyter notebooks with causal trees and forests
* Keep consistent codestyle with black
* Update validate_data arguments support for sklearn <1.6 & >=1.6
* Extend causal tree and forest tests for multiple treatment groups
* Keep consistent codestyle with black
* Fix description in causal trees notebok
* Keep consistent codestyle in tests
* Remove unused cython var in criterion header
* Add separate function for check_y_params
0 commit comments