Viewing profile — nmkridler
nmkridler
HN member- Joined
- Thu, Feb 12, 2015, 7:44 PM UTC
- HN karma
- 9
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About nmkridler
No profile information was provided.
Recent public activity
-
comment
Comment #14606077
I would agree that pyxley never came close to the functionality of Shiny, but my goal was a little different. My goal was to make a set of reusable components that were also really…
-
comment
Comment #11316012
I think the quote and definition from the blog is a good one: “better engineers than statisticians and better statisticians than engineers”. Perhaps that 1997 quote was influential…
-
comment
Comment #11314735
What you are describing is a statistician and that's perfectly fine, but lumping them in with data scientists devalues the role for those of us doing more.
-
comment
Comment #11313530
I completely disagree, data scientists who can not create the data they need are at a significant disadvantage to those who can. Our job is more than being able to analyze and inte…
-
comment
Comment #9900738
Yup, that one. I planned on simply filtering a pandas dataframe using the request.args that are passed in. The javascript components can be used directly, but I wrote the python wr…
-
comment
Comment #9900408
The flask dependency is pretty strong because I used the requests module for the api route functions. It should be possible to override it and use django instead, but I don't know …
-
comment
Comment #9900052
It shouldn't be too bad. My goal was just to make it a little simpler to do the basic things like formatting the data as json for a particular charting library. The python helpers …