#
causal-models
Here are 64 public repositories matching this topic...
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
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
Jun 9, 2022 - Python
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
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
May 24, 2022
Python package for learning the graphical structure of Bayesian networks, parameter learning, inference and sampling methods.
python
machine-learning
bayesian-inference
dag
causality-analysis
structure-learning
causal
causal-models
sampling-methods
directed-acyclic-graph
causal-networks
parameter-learning
-
Updated
May 20, 2022 - Jupyter Notebook
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
Python package for the creation, manipulation, and learning of Causal DAGs
-
Updated
May 19, 2022 - JavaScript
Causal Inference & Deep Learning, MIT IAP 2018
-
Updated
Jan 18, 2018
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
Uplift modeling and evaluation library. Actively maintained pypi version.
-
Updated
Apr 29, 2021 - Python
Codes for Causal Semantic Generative model (CSG), the model proposed in "Learning Causal Semantic Representation for Out-of-Distribution Prediction" (NeurIPS-21)
-
Updated
Apr 18, 2022 - Python
Code for the Structural Agnostic Model (https://arxiv.org/abs/1803.04929)
-
Updated
Jan 18, 2021 - Python
CAusal Reasoning for Network Identification with integer VALue programming in R
-
Updated
Jun 7, 2022 - R
Initial look at directed acyclic graph (DAG) based causal models in regression.
-
Updated
Mar 22, 2022 - Julia
Fast regression and mediation analysis of vertex or voxel MRI data with TFCE
statistics
voxel
neuroscience
mri
neuroimaging
repeated-measures
mediation
mediation-analysis
multimodality
surface
anova
parallel-processing
cortical-surfaces
vertex
causal-models
tfce-mediation
regressor
tfce
surface-area
longitudinal
-
Updated
Jun 9, 2022 - Python
A spatiotemporal causal convolutional network for predicting PM2.5 concentrations.
-
Updated
Jun 30, 2021 - Python
causaleffect: R package for identifying causal effects.
r
graphs
identification
igraph
causal-inference
causal-models
identifiability
directed-acyclic-graph
causality-algorithms
-
Updated
Nov 10, 2021 - R
Create soft prompts for fairseq 13B dense, GPT-J-6B and GPT-Neo-2.7B for free in a Google Colab TPU instance
python
nlp
transformer
nlp-machine-learning
causal-models
fairseq
jax
colab-notebook
gpt-neo
gpt-j
metaseq
prompt-learning
prompt-tuning
-
Updated
Jun 18, 2022 - Python
A Brief Overview of Causal Inference (xaringan presentation)
-
Updated
Jan 29, 2020 - HTML
Causal Inference Using Quasi-Experimental Methods
experimental
experimentation
experiments
causality
causation
causality-analysis
causal-inference
rdd
synthetic-control
causal
its
causal-models
experimental-design
causal-impact
difference-in-differences
regression-discontinuity-designs
interrupted-time-series
-
Updated
Jan 15, 2021
Code and figures for the Differential Causal Inference (DCI) algorithm
-
Updated
Dec 21, 2018 - Jupyter Notebook
YLearn (learn why) is a python package for causal inference
-
Updated
Jun 18, 2022 - Python
causalMGM is an R package that allow users to learn undirected and directed (causal) graphs over mixed data types (i.e., continuous and discrete variables).
-
Updated
Nov 14, 2017 - R
Uses several statistical tests / algorithms on marginal / conditional distributions
neural-networks
mmd
statistical-tests
graphical-models
independence-tests
slope
causal-inference
causal-models
bivariate-methods
-
Updated
Jun 24, 2020 - Jupyter Notebook
A dataset of news headlines for detecting causalities
nlp
news
causality
causation
causal-inference
bert
causal-models
english-language
russian-language
toloka
-
Updated
May 9, 2022 - Jupyter Notebook
This repository contains the CEO ontology, the evaluation corpus and the CEO vocabulary.
-
Updated
Apr 26, 2018
Credici: Credal Inference for Causal Inference
causality
probabilistic-graphical-models
causal-inference
causal-models
imprecise-probability
credal
-
Updated
Jun 16, 2022 - Java
Dynamic causal Bayesian optimisation
machine-learning
time-series
decision-making
networkx
bayesian-optimization
causal-inference
causal-models
gpy
neurips-2021
-
Updated
Feb 24, 2022 - Jupyter Notebook
Improve this page
Add a description, image, and links to the causal-models topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the causal-models 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.