Skip to content
#

causal-inference

Here are 553 public repositories matching this topic...

dbalabka
dbalabka commented Apr 14, 2022

I've faced a problem that importing dowhy.plotter lead to incorrect visual settings for all future rendered plots.

It would be great to avoid overriding default matplotlib settings:
https://github.com/microsoft/dowhy/blob/master/dowhy/plotter.py#L7-L13

A possible solution is to encapsulate these settings into dowhy.plotter functions instead of overriding global variables.

good first issue
EconML

ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goals is to build a toolkit that combines state-of-the-art machine learning techniques with econometrics in order to bring automation to complex causal inference problems. To date, the ALICE Python SDK (econml) implements orthogonal machine learning algorithms such as the double machine learning work of Chernozhukov et al. This toolkit is designed to measure the causal effect of some treatment variable(s) t on an outcome variable y, controlling for a set of features x.

  • Updated Jun 17, 2022
  • Jupyter Notebook
tibshirani
tibshirani commented Sep 5, 2018

I ran a regression_forest for > 10 minutes and had no idea if it would complete in 15 min or an hour.

It would be great to have an argument "verbose" (default FALSE) which causes the function to
print the function's progress, to help the user estimate the remaining time before completion.

feature good first issue
scikit-uplift

Improve this page

Add a description, image, and links to the causal-inference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the causal-inference topic, visit your repo's landing page and select "manage topics."

Learn more