Live data from Hacker News

Viewing profile — kimukasetsu

kimukasetsu

HN member
Joined
Tue, Jun 22, 2021, 9:17 PM UTC
HN karma
57
Public activity
9 items

About kimukasetsu

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #37668515

    As others have pointed out, it is a good idea to encode domain knowledge in your time series model through specification and priors. Prophet rarely beats a well specified GLM or SA…

  3. comment
    Comment #36356377

    The biggest mistake engineers make is determining sample sizes. It is not trivial to determine the sample size for a trial without prior knowledge of effect sizes. Instead of waiti…

  4. comment
    Comment #35647991

    I had a similar experience. I took psylocibin a few times, but after the last one I started getting panic attacks and feeling derealization quite often. This led to negative recurr…

  5. comment
    Comment #34147427

    I have a similar setup with Emacs + Evil + Poly + Quarto Modes. Evil for vim keybindings, Poly to read cells as buffers and Quarto as a superior alternative to Jupytext [1]. [1] ht…

  6. comment
    Comment #33269922

    This. Multilevel models relax the assumption of independent observations by specifying that the measures of repeated experimental units are dependent on each other. It's a way of t…

  7. comment
    Comment #30739530

    This. Copilot enables bad programming practices imo, especially through clunky APIs like pandas.

  8. comment
    Comment #28622891

    RMarkdown has neither of these issues, and it supports Python. It is baffling to me that most data scientists use Jupyter, since its diffs are meaningless. Its export options are v…

  9. comment
    Comment #27597487

    I strongly agree with this. Not to mention parameter interpretability and, in the case of Bayesian models, uncertainty estimates and convergence diagnostics. Such things are very i…