Hanan Shteingart: Causality in Python

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

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

  • @fc1984fc
    @fc1984fc 2 ปีที่แล้ว

    I can see how this impacts predictive algorithms. Once you know that "department" is a crucial variable, you go back to the prediction and make sure it is included in the training dataset, so that the prediction will be made not only according to "gender", but to "department" as well.

  • @yechiavii
    @yechiavii 3 ปีที่แล้ว

    beautiful talk. loved the fast pace

  • @dahailiu2067
    @dahailiu2067 2 ปีที่แล้ว +1

    讲的快但是非常凝练,很牛逼!Awesome

  • @ahmedhassanGent
    @ahmedhassanGent 2 ปีที่แล้ว

    Have you discussed Granger causality or did I miss something?

    • @haoli9220
      @haoli9220 ปีที่แล้ว

      I think Granger is more of a traditional econometrics topic? Some mentioned that it’s not exactly in the same formulation of causal inf procedure. But I’ll have to read more

  • @gayathrig5110
    @gayathrig5110 2 ปีที่แล้ว

    Hi, It will be nice to have the code or the notebook that you used. Thank you so much, please let know where we can download from.

    • @haoli9220
      @haoli9220 ปีที่แล้ว

      There’s a book causal inference in Python on o reily that closely follows this. I saw an open source book as well but forgot it’s name

    • @haoli9220
      @haoli9220 ปีที่แล้ว

      Oh after a closer look it does not cover some of the preprocessing but included some acyclic graph computation. It has ATE and propensity stuff and more on orthogonal decomp of models