Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
pre-commit-ci[bot] 2cd6b98d2a [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-08-11 18:18:57 -04:00
Keith Battocchi 3ad50dafa6 Enable version bumps without rerunning all tests 2021-08-06 00:34:45 -04:00
Keith Battocchi fc600501fd Fix sdist build 2021-02-21 10:41:04 -05:00
Keith Battocchi 77e7216991 Add __version__ attribute 2021-02-21 10:41:04 -05:00
vsyrgkanis bb042d541d
Cython implementation of GRF and CausalForestDML (#341)
* added backend option in orf, adding verbosity, restructuring static functions

* added cython grf module that implements generalized random forests

* added cuthon version of causal forest and causal forest dml

* deprecating older CausalForest

* updates to CF and ORF notebook

* restructured dml into folder. Deprecated ForestDML by CausalForestDML. 

* Removed two legacy files in our main folder.

* deprecating ensemble.SubsampledHonestForest

* made drlearner use the non dprecated regression forest. 

* Enable setuptools build process

* fixed flaky random_state test

* fixed tests and api consistency

* updated tables and library flow chart

* enforce sklearn 0.24.

* fixed _cross_val_predict

* added option for max background samples to shap make computation more reasonable

* fixed error_score param in gcvlist due to sklearn upgrade

* added shap cells in DML notebook

* added shap values to GRF notebook

* fixed bug in the way input_feature_names where used in summary. enabled shap to use input featurenames

* updated readme. removed autoreload from noteoboks

* added shap specific notebook

* updated dowhy notebook
2021-01-08 22:29:56 -05:00
Keith Battocchi 98b7445a34 Make initial SDK public 2019-03-06 15:57:52 -05:00