Git Product home page Git Product logo

Comments (2)

Azariagmt avatar Azariagmt commented on September 28, 2024

Discussion on wikipedia links

A good definition of causal graphs:
The causal graph can be drawn in the following way. Each variable in the model has a corresponding vertex or node and an arrow is drawn from a variable X to a variable Y whenever Y is judged to respond to changes in X when all other variables are being held constant. Variables connected to Y through direct arrows are called parents of Y, or "direct causes of Y," and are denoted by Pa(Y).

from causality.

Azariagmt avatar Azariagmt commented on September 28, 2024

Discussion on key papers and blogs

  • correlation doesn’t imply causation.
  • Simpson’s paradox is the fact that the correlation between two variables can actually be reversed when additional factors are considered. So two variables which appear correlated can become anticorrelated when another factor is taken into account. example of this is the civil rights act voting example and the kidney stone example
  • Causal model image
    image
  • Causal model with some experimenter
    image
  • Pertrubed causal model: A causal model where the above experimenter model function is replaced with no new vertex
    image

DoWhy
Python library that is built with causal assumptions as its firstclass citizens, based on the formal framework of causal graphs to specify and test causal assumptions. DoWhy presents an API for the four steps common to any causal analysis—

  1. modeling the data using a causal graph and structural assumptions,
  2. identifying whether the desired effect is estimable under the causal model
  3. estimating the effect using statistical estimators, and finally
  4. refuting the obtained estimate through robustness checks and sensitivity analyses.

from causality.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.