#
causal-inference
Here are 244 public repositories matching this topic...
Coz: Causal Profiling
-
Updated
Jun 11, 2020 - C
Python Library for learning (Structure and Parameter) and inference (Statistical and Causal) in Bayesian Networks.
python
statistics
statistical-inference
bayesian-networks
probabilistic-graphical-models
causal-inference
structure-learning
-
Updated
Aug 19, 2020 - Python
Uplift modeling and causal inference with machine learning algorithms
-
Updated
Aug 13, 2020 - Python
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
Aug 14, 2020 - Jupyter Notebook
A Python library that helps data scientists to infer causation rather than observing correlation.
data-science
machine-learning
bayesian-inference
bayesian-networks
causal-inference
causal-models
causal-networks
causalnex
-
Updated
Aug 19, 2020 - Python
An index of algorithms for learning causality with data
awesome
learning-to-rank
recommender-system
causality
causality-analysis
causal-inference
multilabel-classification
baselines
causality-algorithms
unconfoundedness-assumption
-
Updated
May 18, 2020
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.
Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
python
machine-learning
algorithm
graph
inference
toolbox
causality
causal-inference
causal-models
graph-structure-recovery
causal-discovery
-
Updated
Aug 18, 2020 - Python
Python Causal Impact port of Google's Algorithm.
-
Updated
Jun 13, 2020 - Python
-
Updated
Jun 5, 2020 - R
Open-source Python library for statistical analysis of randomised control trials (A/B tests)
-
Updated
Jun 5, 2020 - Python
Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and sensitivity analysis.
-
Updated
Aug 3, 2020 - Jupyter Notebook
Code for the Recsys 2018 paper entitled Causal Embeddings for Recommandation.
-
Updated
Oct 24, 2018 - Python
Statistical Rethinking (2nd ed.) with NumPyro
python
numpy
variational-inference
causal-inference
bayesian-statistics
markov-chain-monte-carlo
laplace-approximation
-
Updated
Aug 4, 2020 - Jupyter Notebook
CausalLift: Causality-based Uplift Modeling in real-world business
econometrics
causality
propensity-scores
causal-inference
uplift-modeling
counterfactual
causal-impact
propensity-score
uplift
-
Updated
May 11, 2020 - Python
machine-learning
causality
causal-inference
uplift-modeling
individual-treatment-effects
uplift
true-lift
net-lift
uplift-modelling
-
Updated
Jun 22, 2020 - Python
Implementation of Deep IV: A Flexible Approach for Counterfactual Prediction
-
Updated
Nov 20, 2017 - Python
Tutorial in Python targeted at Epidemiologists. Will discuss the basics of analysis in Python 3
-
Updated
Aug 15, 2020 - Jupyter Notebook
-
Updated
Jan 28, 2020 - Python
Variable importance through targeted causal inference, with Alan Hubbard
-
Updated
Jan 25, 2020 - R
Repository for Deep Structural Causal Models for Tractable Counterfactual Inference
-
Updated
Jul 8, 2020 - Jupyter Notebook
Causal inference, graphical models and structure learning with the PC algorithm.
-
Updated
Aug 11, 2020 - Julia
A selection of state-of-the-art research materials on decision making and motion planning.
machine-learning
reinforcement-learning
deep-learning
algorithms
robotics
decision-making
motion-planning
artificial-intelligence
trajectory-generation
autonomous-vehicles
causal-inference
inverse-reinforcement-learning
intelligent-transportation-systems
trajectory-prediction
motion-control
multiagent-reinforcement-learning
multi-agent-learning
trajectory-planning
motion-prediction
-
Updated
Jul 3, 2020
Must-read papers and resources related to causal inference and machine (deep) learning
representation-learning
causal-inference
treatment-effects
causal-models
counterfactual
randomized-controlled-trials
paper-list
heterogeneous-treatment-effects
causal-discovery
counterfactual-learning
estimating-treatment-effects
causal-learning
-
Updated
Jul 22, 2020
Code for the WSDM '20 paper, Learning Individual Causal Effects from Networked Observational Data.
causal-inference
treatment-effects
graph-convolutional-networks
graph-neural-networks
causality-algorithms
causal-machine-learning
-
Updated
Jun 28, 2020 - Python
Python package for the creation, manipulation, and learning of Causal DAGs
-
Updated
Aug 19, 2020 - HTML
-
Updated
Mar 29, 2019
Policy learning via doubly robust empirical welfare maximization over trees
-
Updated
Jul 26, 2020 - R
-
Updated
Aug 11, 2020 - R
Improve this page
Add a description, image, and links to the causal-inference topic page so that developers can more easily learn about it.
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."
When you miss declaring a node in your causal graph, it's going to throw a
KeyError: 'label'error. It could be more explicit to make debugging easier. I think it would be nice to inform what is the node hough used in the graph.