Code Monkey home page Code Monkey logo

causal-inference-tutorial's People

Contributors

amit-sharma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

causal-inference-tutorial's Issues

about how to estimate the intervention effection

for the R code, for the intervention of recommending algorithem, the effect on CTR is as following

naive_observational_estimate <- function(user_visits){

Naive observational estimate

Simply the fraction of visits that resulted in a recommendation click-through.

est =
summarise(user_visits, naive_estimate=sum(is_rec_visit)/length(is_rec_visit))
return(est)
}

in the beforehand code ,the estimate formulas is
"""
sum(is_rec_visit)/length(is_rec_visit)
"""
but how to derivative and get this formuls?
thanks

Cannot access the tutorial ...

The link to the video tutorial redirect me to a Microsoft login page in which I enter my outlook.com email ID and password. I then got the following error that I was asked to send to the administrator for help. Please advise.

Request Id: 9a37ea7e-6327-428c-b1e1-6271be2f2800
Correlation Id: 67f7e30b-5d40-4f07-b150-3d617bd6e213
Timestamp: 2023-04-01T02:57:33Z
Message: AADSTS50020: User account '[email protected]' from identity provider 'live.com' does not exist in tenant 'Northwestern University' and cannot access the application 'https://kellogg-northwestern.hosted.panopto.com/Panopto/Pages/Auth/Login.aspx'(Panopto Kellogg) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account.

Conditioning for confounders

Very cool repository +1: would like to ask: is it safe to assume in the case of multiple-regression (for example predicting house prices based on location, surface, condition...) that adjusted correlation coefficients obtained as usual are the same as stratified causal coefficients? I think by reading Pearl's book that they should give the same forecasting model, please could you share your thoughts?

Relation between estimand and propensity score matching

Many thanks for your presentation. I have been reading on causal inference and judea pearls do why.

One thing i do not understand is the relationship (if any) between the estimand computed in step 2 and the propensity score matching. Are these two processes linked?

(Also when we say estimand is this what we mean by SCM (structural causal model) .

e.g. i thought that the estimand is what is used to compute the causal effect, and this estimand in turn is computed from the observed data using conditioning. However when we get to step 3 and start calculating 'propensity scores' to get a match between no treatment and treatment where does the estimand come into this? Is the propensity score matching an approximation to the estimand? How is the propensity score calculated in dowhy package... some source code may help me understand better.

image

PowerPoints Not Opening

Your PowerPoints are not opening. PowerPoint says it wants to repair them, but cannot, and they do not open. Can you please clean those up?

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.