Live data from Hacker News

Viewing profile — phunge

phunge

HN member
Joined
Fri, Jul 27, 2012, 5:07 AM UTC
HN karma
278
Public activity
89 items

About phunge

No profile information was provided.

Recent public activity

  1. comment
    Comment #23412540

    Altair is amazing. I've been using matplotlib going on 12 years now -- Altair didn't feel more productive at first (more typing), but the longer you work with it, the more you real…

  2. comment
    Comment #23200019

    A hazard rate can be thought of as a patient's one day probability of mortality. A hazard ratio is a ratio of two hazard rates, so 1.25 would mean that people in one group were dyi…

  3. comment
    Comment #23037251

    For Bayesian stats, "Statistical Rethinking" by McElreath is a masterpiece.

  4. comment
    Comment #22579270

    Neat! See also: https://fklearn.readthedocs.io/en/latest/ , which wraps sklearn in a much-improved functional API.

  5. comment
    Comment #22406169

    Have a look at duckdb, it's is another interesting tool that's columnar and embedded. It would be amazing if the world of open-source column stores matured a little bit relative to…

  6. comment
    Comment #17031422

    +1 to this, I've had multiple teams that have shied away from airflow because of its operability & deployment story, despite needing something that has all its features. In terms o…

  7. comment
    Comment #16015258

    They're also used in spectral clustering, which is a powerful method for clustering data (see Ng 2001 for some pictures)

  8. comment
    Comment #15510537

    I think it's pretty easy for this discussion to become about personalities and not methodologies. Gelman is pretty brash and speaks his mind, so he could be correct on methodology …

  9. comment
    Comment #15477440

    In cases where you need to interpret the resulting model, I've been advised not to bin (for example: http://biostat.mc.vanderbilt.edu/wiki/Main/CatContinuous ). Other alternatives …

  10. comment
    Comment #15136128

    Classic post! This post is like a gentle gateway to the world of Bayesian statistics -- check out Cameron Davidson Pilon's free book if you want to go deeper.

  11. comment
    Comment #14887620

    Highly recommended! The first course was the first thing I came across that helped me contextualize the DL field into something that might be relevant for my work. It's a great way…

  12. comment
    Comment #14879652

    Logistic regression can easily be made online too, keep in mind! sklearn has an implementation of online gradient descent, and vowpal wabbit is also excellent at those problems. Na…

  13. comment
    Comment #14609722

    If you're interested in getting parse trees from regexes (ie all the submatch locations), check out Kleenex, it looks really interesting and is based on some new research. Full par…

  14. comment
    Comment #14605849

    I'm super excited for this! Good dashboarding for python has been a huge gap in the ecosystem, and none of the existing options (bowtie/pyxley/spyre) really came close to the funct…

  15. comment
    Comment #11779938

    Agreed, this is a great way to think about it. I think Ansible is at its best when the modules handle the imperative stuff behind the scenes, and the playbook just declares. That's…

  16. comment
    Comment #11740102

    I actually like Travis quite a lot except for one issue! At work we use docker for builds, and neither tool can build docker images in such a way that the docker layer cache is uti…

  17. comment
    Comment #11738883

    Which are the best of the SaaS options? Just curious -- I'm not happy with CircleCI or Travis right now.

  18. comment
    Comment #11543484

    Ooh Python! Check out https://github.com/mrocklin/multipledispatch which is a little more fleshed out than Guido's implementation. From the author of toolz and dask so you know it'…

  19. comment
    Comment #11400085

    They mention that it was originally paired with Druid. The data volume that Druid excels at (and that AirBnB must have) is orders of magnitude larger than what Tableau&Looker do we…

  20. comment
    Comment #11306674

    Yeah this is a common complaint. I don't have direct experience with NaCL/libsodium or Keyczar but check them out. Do you mean a bitstream-compatible thing, or a GPG/PGP alternativ…

  21. comment
    Comment #11273631

    I found that learning ansible and storing my machine customization as a deployable playbook was totally worth the effort involved.

  22. comment
    Comment #11170857

    To put up something concrete, my last large employer had a 401k plan where the cheapest fund we had access to (PLFMX) had an expense ratio of 0.72%. That's in addition to account-l…

  23. comment
    Comment #11170803

    This is 100% true. Mainstream 401k fees are out of control. I don't know how much is opportunism and how much is regulatory burden, but parity to wealthfront or anything else retai…

  24. comment
    Comment #11168903

    This is an incredible resource, +1. I started using ledger heavily about a year ago and it's been a game changer. Personal accounting is about data capture; if you don't gather goo…

  25. comment
    Comment #11136235

    We had a similar desire: secure, performant egress from S3. We ended up using CloudFront. You can configure cloudfront with signed URLs, that will access private buckets with a spe…