doubleml-for-py
doubleml-for-py copied to clipboard
DoubleML - Double Machine Learning in Python
- Implementation of DML for Static Panel Data - Reference: [Paper](https://academic.oup.com/ectj/advance-article/doi/10.1093/ectj/utaf011/8120202)
Add an additional color to indicate anticipation periods during plotting.
Update Requirements - [ ] Set ``"scikit-learn>=1.6"``, due to ``'force_all_finite'`` was renamed to ``'ensure_all_finite'`` in 1.6 and will be removed in 1.8. - [ ] Remove sklearn version check (https://github.com/DoubleML/doubleml-for-py/blob/fb4bc14ab8944e7ab1c6fe7fa0c147435bdc8016/doubleml/utils/global_learner.py#L11)...
### Describe the feature you want to propose or implement Extend and rework high-dim. IV Settings ### Propose a possible solution or implementation _No response_ ### Did you consider alternatives...
Suggestions: - [ ] Separate tests in each submodule - [ ] extend basic tests - [ ] Update [Testing Guide](https://github.com/MartinSpindler/DML/blob/master/project_DoubleML/guides/unit_tests.md)
### Describe the feature you want to propose or implement I think it might be a good choice to rework - `ipw_normalization` - `trimming_rule` - `trimming_threshold` The goals would be...
### Describe the feature you want to propose or implement Add a logistic version of `DoubleMLPLR` ### Propose a possible solution or implementation _No response_ ### Did you consider alternatives...
Extent DiD classes to multiple time periods with staggered adoption
### Describe the feature you want to propose or implement Seperate Data object for RDD called `DoubleMLRDDData`. ### Propose a possible solution or implementation _No response_ ### Did you consider...