Causal Inference in Python: Theory to Practice

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 11

  • @amirahheng3454
    @amirahheng3454 2 หลายเดือนก่อน +3

    00:20 Introduction to causal inference theory and practice
    02:35 Common causes can explain apparent correlations.
    06:58 Traditional data science pipeline vs causal pipeline
    09:08 Represent problem as a causal DAG
    13:30 Understanding causal effects through interventions and surgeries on the DAG arrows
    15:41 Identification and back door path
    19:44 Causal methods resolve paradoxes in identifying effects
    21:36 Causal inference methods for regression analysis
    25:25 Using a causal pipeline to analyze the effect of subscribing on spending.
    27:12 Representing causal diagrams and data frame creation for causal modeling
    30:45 Adjust variables to run estimation and implement estimation methods.
    32:40 Control only for variables in the minimal set for computational efficiency.
    36:29 Testing consistency of DAG with data using conditional independencies
    38:31 Testing independence between X and Y based on partial correlation coefficient
    42:22 Identifying minimal sufficient adjustment sets for estimating total effects
    Crafted by Merlin AI.

  • @sroy2138
    @sroy2138 11 หลายเดือนก่อน +10

    This is a highly informative and useful presentation. It is clear, concise, and to the point.

  • @adnanali8165
    @adnanali8165 12 วันที่ผ่านมา

    Where can I find the 'full_data' csv file? The drive link only contains the ipynb file and the pdf.

  • @anveshikakamble3717
    @anveshikakamble3717 10 หลายเดือนก่อน +2

    Without the data, I am unable to see any estimands. For all the 3 estimands it shows no such variables found. How can I know what variables to adjust ?

    • @ЮрийИващенко-щ7я
      @ЮрийИващенко-щ7я 7 หลายเดือนก่อน +1

      Good challenge - you can try to create synthetic data (column names provided) based on your assumptions for distributions/rules and see what will happen ;)

  • @gunbac74
    @gunbac74 3 หลายเดือนก่อน +1

    How can I download the Jupyter Notebook presented in the video?

  • @bodwiser100
    @bodwiser100 2 หลายเดือนก่อน

    On slide 24, you mentioned that conditional on Z, if there is a significant dependence between X and Y, then the DAG is possibly wrong. I am confused why? Why could it not mean that there is actually a legit causal relationship between X and Y ?

  • @furxia
    @furxia 2 หลายเดือนก่อน

    Where can we download the full_data.csv?

    • @DataScienceFestival
      @DataScienceFestival  2 หลายเดือนก่อน

      Hey! You can access all relevant resources as referred to in this talk via our website: datasciencefestival.com/session/causal-inference-in-python-theory-to-practice/

  • @NugrohoBudianggoro
    @NugrohoBudianggoro 9 หลายเดือนก่อน +1

    bookmarking 23:08