doubleml-for-py icon indicating copy to clipboard operation
doubleml-for-py copied to clipboard

DoubleML - Double Machine Learning in Python

Results 51 doubleml-for-py issues
Sort by recently updated
recently updated
newest added

### Describe the feature you want to propose or implement Extend the [DoubleMLBLP](https://docs.doubleml.org/stable/api/generated/doubleml.utils.DoubleMLBLP.html#doubleml.utils.DoubleMLBLP) class for multiple repetitions. ### Propose a possible solution or implementation _No response_ ### Did you consider...

enhancement
good first issue

### Describe the feature you want to propose or implement Hi, The class `RDFlex` does not allow for user-defined bandwidth. If initialized with a fixed h value, it throw the...

enhancement
new feature

### Description Add the possibility to set "h" and "b" as kwargs in `RDFlex` ### Reference to Issues or PRs Requested in #341 ### Comments Not recommended to set because...

Adds a analog to `DoubleMLDIDMulti` for repeated cross-sectional data. The changes include: - [x] `make_did_cs_CS2021` data generator - [x] `DoubleMLDIDCSBinary` class - [x] Update `DoubleMLDIDMulti` class to support repeated cross-sections...

new feature

### Describe the feature you want to propose or implement Add an option to set a universal base period to `DoubleMLMulti` as in the `did` package, see [did documentation](https://bcallaway11.github.io/did/reference/att_gt.html#:~:text=covariates%20are%20included.-,base_period,-Whether%20to%20use) ###...

enhancement
new feature

Thanks for contributing to DoubleML. Before submitting a PR, please take a look at our [contribution guidelines](https://github.com/DoubleML/doubleml-for-py/blob/main/CONTRIBUTING.md). Additionally, please fill out the PR checklist below. ### Description Please describe all...

### Describe the feature you want to propose or implement Hello, thank you for developing such a useful package! I'd like to ask that, how can I estimate the ATE...

enhancement
new feature

### Describe the feature you want to propose or implement Implement a general policy learning method based on multiple possible treatments. ### Propose a possible solution or implementation Based on...

enhancement
new feature

### Describe the feature you want to propose or implement Clusters should be element of the basic DoubleMLData class. ### Propose a possible solution or implementation _No response_ ### Did...

enhancement
new feature

### Describe the feature you want to propose or implement Extend `DoubleMLDIDMulti` for repeated Cross Sections Analogous to #309 Added - [x] `make_did_cs_CS2021` dgp (subsamples data from `make_did_CS2021`) - [...

enhancement
new feature