@SolomonKurz@twarrestrial@ChelseaParlett Maybe another alternative for "the model" is just P(D); ฮธ is kind of just a figment of the model's imagination, an implementation detail: P(D) = \int P(D|ฮธ) p(ฮธ) dฮธ. E.g. if you have two different parameterizations ฮธ and ฮธ', but always P(D) = P'(D), I guess same model?
@mitsuhiko Fwiw, one thing you can do here is use `value: object` instead of `value: Any` in Aggregator; mypy will then complain about subsequently trying to use `value: float` and `value: str` in the subclasses (breaks liskov substitution).
@sharoz@AliGunerMD@lakens Fwiw, I wish they were called "frequency intervals" (and, modest proposal, I idly wish frequentists would just not use the word "probability" and instead say "frequency"โfairly or not, the ship has sailed and people are going to use "probability" in a subjective sense)
@sharoz@AliGunerMD@lakens E.g. imagine having a goofy/dumb CI procedure that some percentage of the time outputs an obviously, glaringly incorrect intervalโyou know for sure it *can't* contain the param. If you get such a dud interval, would you still say you're "95% confident" it includes the param?
@TkDodo Disagree in spirit. I wish more languages made it easy to write in-file tests (e.g. Rust, or Pyret). Tying the ability to check that something is working to its public visibility has never made sense to me. In-file tests can also really help reading the code!
@armaniferrante Have you tried post-merge code review before? Devs can just go ahead and merge their PR and then review happens async. It's the default at @.WaveSenegal (you can obvs request pre-merge review if you want, it's just not the default)โhas tradeoffs but it's definitely fast ๐
@dancherp Always makes me think of the scene in Die Hard 3 where one of the bad guys, a sneaky East German, gives himself away to Bruce Willis by saying "feels like it's gonna rain like dogs and cats later" ๐ https://t.co/csMfzmlwQd
I tried implementing the same idea a long time ago before hooks were a thing and couldn't quite get it to work, but hooks make it super easy (I think, maybe this thing is totally broken)
Thought this was pretty fun, a typesafe/compositional/signal-y way to build forms in react/typescript: https://t.co/nePaHspwAV I'm calling it "orthoformal", lol; a coworker called it "the Elm we have at home" ๐