Viewing profile — surething123
surething123
HN member- Joined
- Tue, Jan 21, 2020, 2:28 PM UTC
- HN karma
- 23
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About surething123
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…
-
comment
Comment #24211355
Comparing income (GDP) vs. assets/market cap isn't really a meaningful comparison, here, as they're fundamentally different things.
-
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/
-
comment
Comment #23712999
You could likely learn what not to do, from them :)
-
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.
-
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…
-
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…
-
comment
Comment #23392540
Perhaps by forgetting to scan items stored on the bottom rack of your shopping cart.
-
comment
Comment #22326486
Your time must sure be valuable, at roughly $192 an hour ;)
-
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…