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

I was trying to use DML for continuous treatment (price) and binary outcome(churn). Based on the docs, its not possible to use any of these techniques to this case. Is...

new feature

### Describe the feature you want to propose or implement Thanks for the great work! I am just using this package for heterogeneous treatment effect using instrument variables (DoubleMLPLIV). For...

enhancement
new feature

### Average Potential Outcomes Adding ``DoubleMLAPO`` to estimate (weighted) average potential outcomes $$\theta_0 = \mathbb{E}[\omega(Y,D,X) \cdot Y(a)]$$ for some treatment value $D=a$. Further adding ``DoubleMLAPOS`` to simultaneously compute multiple discrete...

### Description Removing indirect dependence of ``sensitivity_plot`` on ``sensitivity_analysis`` by adding new input values ``rho``, ``level`` and ``null_hypothesis``. Moving ``sensitivity_plot``, ``sensitivity_analysis`` , ``_calc_robustness_value`` and ``_calc_sensitivity_analysis`` from ``DoubleML`` to ``DoubleMLFramework`` class....

### Describe the feature you want to propose or implement Would be nice to extend the `DoubleMLIRM` class to accommodate multiple discrete-valued treatments $w \in \mathcal{W}$, where the estimation primatives...

enhancement
new feature

Enable the save use of classifiers for the PLR model (see #234) The model should accept classifiers and switch to `predict_proba()` (but only for `ml_l`).

enhancement
good first issue

Suggested Changes: Update the basic `DoubleMLData` class to be more flexible. Restructure the datasets module such that each generator has a seperate script. Suggestions: - Allow for [Polars](https://pola.rs/)

enhancement
refactoring

Update the implementation and improve the documentation.

### Describe the feature you want to propose or implement - [ ] An abstract DoubleMLBase class, which defines certain fixed properties and methods to simplify maintainance for classes such...

enhancement
new feature

### Describe the feature you want to propose or implement Add diagnostic tools for propensity scores. ### Propose a possible solution or implementation Maybe a utility function which implments the...

enhancement
good first issue
new feature