Live data from Hacker News

Viewing profile — mistersheik

mistersheik

HN member
Joined
Sat, Jul 26, 2014, 11:29 PM UTC
HN karma
32
Public activity
8 items

About mistersheik

No profile information was provided.

Recent public activity

  1. comment
    Comment #12070099

    Yes. Are you arguing that the world does not have causal relationships? Such a world doesn't even make sense to me.

  2. comment
    Comment #12069062

    > If you were to stop all of those things, you could surely stop the rain as well. By the way, this is not true in general. Suppose B…F are sampled from Boolean variables with bias…

  3. comment
    Comment #12069026

    We do have a great formalization of causality, which is Pearl's book.

  4. comment
    Comment #12069019

    Causal models are more powerful than associational models because they support interventions. That means that you can answer questions about what would happen if you were to "do(x)…

  5. comment
    Comment #12068980

    The example I use is the sprinkler. Then you don't need God to intervene :)

  6. comment
    Comment #12068976

    This is really well-written, so I looked up the author, and no surprise it's Judea Pearl.

  7. comment
    Comment #10217208

    Joshua, you're not just the PEP writer: You also helped a lot with the implementation! Anyway, it also makes me happy :) By the way, we really need someone to document our feature.…

  8. comment
    Comment #10211947

    Hi, I implemented most of PEP448. We actually implemented [*range(i) for i in range(5)] and {**d for d in ds} but it was removed ultimately because people in dev-python found it co…