Live data from Hacker News

Viewing profile — surething123

surething123

HN member
Joined
Tue, Jan 21, 2020, 2:28 PM UTC
HN karma
23
Public activity
12 items

About surething123

No profile information was provided.

Recent public activity

  1. comment
    Comment #25740922

    It's not really a question of the "correct" data. To evaluate whether an observation is anomalous, you typically define a threshold for what's considered not-normal, e.g. an observ…

  2. comment
    Comment #25103376

    Why not learn R? In the last year I've spent around 80% of my time working with R, coming from the last five years almost exclusively with Python, and there are some great reasons …

  3. comment
    Comment #24908656

    Not the person to whom you asked this question, but I'm also a user of TabNine. In my experience, the "recommendations" / autocompletions provided by the tool are usually very shor…

  4. comment
    Comment #24211355

    Comparing income (GDP) vs. assets/market cap isn't really a meaningful comparison, here, as they're fundamentally different things.

  5. comment
    Comment #23752986

    You might find this article insightful as to the utility of R-squared – "Is R-squared Useless?" https://data.library.virginia.edu/is-r-squared-useless/

  6. comment
    Comment #23712999

    You could likely learn what not to do, from them :)

  7. story
    Ask HN: Reading Related to Learning from Failure

    I'm looking for books/articles/essays related to failure and the involved individual's learning from it.

  8. comment
    Comment #23541612

    I worked on a project that basically was a very simple rules engine, encoding a bunch of domain knowledge in a digestible dashboard format, which happened to use a few predictive m…

  9. comment
    Comment #23392560

    Yep. It may only take one or two false positives to lose a customer worth potentially orders of magnitude more than any particular item (depending on the price of the item, of cour…

  10. comment
    Comment #23392540

    Perhaps by forgetting to scan items stored on the bottom rack of your shopping cart.

  11. comment
    Comment #22326486

    Your time must sure be valuable, at roughly $192 an hour ;)

  12. story
    Ask HN: Best practices for a machine learning scoring pipeline?

    I have 500+ models predicting various things and a massive database of over 400m+ individuals and about 5,000 possible independent variables. Currently, my scoring process takes ab…