#
causality
Here are 241 public repositories matching this topic...
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
Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks.
python
statistics
simulation
statistical-inference
causality
bayesian-networks
probabilistic-graphical-models
dag
causal-inference
structure-learning
causal-models
sampling-methods
-
Updated
May 25, 2022 - 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
Jun 9, 2022
Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and sensitivity analysis.
-
Updated
Jun 16, 2022 - Jupyter Notebook
Eliot: the logging system that tells you *why* it happened
python
elasticsearch
numpy
logging
twisted
tracing
scientific-computing
asyncio
logging-library
journald
dask
causality
causation
causality-analysis
-
Updated
Apr 14, 2022 - Python
Python code for part 2 of the book Causal Inference: What If, by Miguel Hernán and James Robins
-
Updated
Jan 8, 2022 - Jupyter Notebook
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
Apr 12, 2022 - Python
The open source repository for the Causal Modeling in Machine Learning Workshop at Altdeep.ai @ www.altdeep.ai/courses/causalML
-
Updated
Jun 17, 2022 - Jupyter Notebook
Curated research at the intersection of causal inference and natural language processing.
-
Updated
Mar 24, 2022
关于domain generalization,domain adaptation,causality,robutness,prompt,optimization,generative model各式各样研究的阅读笔记
-
Updated
Mar 30, 2022
maks-sh
commented
Aug 16, 2021
📚 Documentation
It is important that when you click on external links in the documentation, the pages open in a new tab so that the user can quickly return to the documentation site
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
ODS Summer of Code
Causal Discovery for Python. Translation and extension of the Tetrad Java code.
python
time-series
graph
structure
causality
causal-inference
causal
tetrad
continous
confounder
causal-discovery
hidden-causal
-
Updated
Jun 18, 2022 - Python
We will keep updating the paper list about machine learning + causal theory. We also internally discuss related papers between NExT++ (NUS) and LDS (USTC) by week.
-
Updated
Apr 28, 2022
Temporal Causal Discovery Framework (PyTorch): discovering causal relationships between time series
-
Updated
Oct 1, 2021 - Jupyter Notebook
A toolbox for integrated information theory.
-
Updated
Jun 14, 2022 - Python
CausalLift: Python package for causality-based Uplift Modeling in real-world business
econometrics
causality
propensity-scores
causal-inference
uplift-modeling
counterfactual
causal-impact
propensity-score
uplift
-
Updated
Mar 5, 2021 - Python
Code for the Recsys 2018 paper entitled Causal Embeddings for Recommandation.
-
Updated
Oct 24, 2018 - Python
CausalWorld: A Robotic Manipulation Benchmark for Causal Structure and Transfer Learning
-
Updated
Mar 8, 2022 - Python
Toolkit for building machine learning models that generalize to unseen domains and are robust to privacy and other attacks.
machine-learning
artificial-intelligence
causality
privacy-preserving-machine-learning
domain-generalization
-
Updated
May 26, 2022 - Python
This repository contains the dataset and the PyTorch implementations of the models from the paper Recognizing Emotion Cause in Conversations.
conversations
emotion
inference
dataset
causality
natural-language-inference
causal-inference
dialogue-systems
reasoning
emotion-recognition
causal-models
dialogue-generation
roberta
bert-model
emotion-recognition-in-conversation
emotion-cause
emotion-cause-pair-extraction
emotion-tasks
causal-spans
-
Updated
Apr 15, 2022 - Python
Awesome Neural Logic and Causality: MLN, NLRL, NLM, etc. 因果推断,神经逻辑,强人工智能逻辑推理前沿领域。
neural-network
logic
first-order-logic
markov
logic-programming
causality
causal-inference
causal
inductive-logic-programming
-
Updated
Oct 13, 2020
Python package for the creation, manipulation, and learning of Causal DAGs
-
Updated
May 19, 2022 - JavaScript
[CVPR 2021] Counterfactual VQA: A Cause-Effect Look at Language Bias
-
Updated
Dec 15, 2021 - Python
Causal Inference & Deep Learning, MIT IAP 2018
-
Updated
Jan 18, 2018
The official implementation of "Disentangling User Interest and Conformity for Recommendation with Causal Embedding" (WWW '21)
-
Updated
May 9, 2022 - Python
Implementation of Invariant Risk Minimization https://arxiv.org/abs/1907.02893
-
Updated
Feb 13, 2020 - Jupyter Notebook
A resource list for causality in statistics, data science and physics
data-science
machine-learning
statistics
physics
statistical-mechanics
statistical-inference
bayesian-inference
causality
causation
causality-analysis
causal-inference
statistical-physics
causal
causal-models
meta-learning
causal-networks
causal-impact
causality-algorithms
causal-discovery
causal-machine-learning
-
Updated
Jun 17, 2022
Official code of "Discovering Invariant Rationales for Graph Neural Networks" (2022 ICLR)
pytorch
causality
interpretability
generalization
graph-neural-networks
causal-discovery
iclr2022
invariant-learning
-
Updated
Jun 6, 2022 - Python
An R package for computing asymmetric Shapley values to assess causality in any trained machine learning model
package
machine-learning
r
ensemble
r-package
causality
causal-inference
feature-importance
causal-networks
shapley
interpretable-machine-learning
iml
shap
shapley-value
shapley-values
-
Updated
Jun 9, 2020 - R
Improve this page
Add a description, image, and links to the causality topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the causality topic, visit your repo's landing page and select "manage topics."


I've faced a problem that importing
dowhy.plotterlead 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.plotterfunctions instead of overriding global variables.