dataewan | 5 years ago | on: Ask HN: How to run analytics on data without access to the data?
dataewan's comments
dataewan | 8 years ago | on: Syberia – Make R a production-ready language for deployable machine learning
A couple of pointers: - If you have a dependency on a library like blast that takes a long time to compile, you can make a base docker image that already has that library installed. That makes iteration quicker, as you'll only need to build that base image once.
- If you put a web interface on the image using shiny, then it is straightforward to deploy it for your users to interact with.
dataewan | 10 years ago | on: We ditched Google Analytics
dataewan | 11 years ago | on: Maps that illustrate the global economy
Here is a nice analysis that does the same process in a more intuitive way. It calculates the centre of economic gravity in 2D map coordinates. This gives results that are easier to understand, because everyone's used to looking at 2D maps.
http://nbviewer.ipython.org/github/djv/world_economic_center...
Previous discussion:
dataewan | 12 years ago | on: Show HN: Spotify International Pricing Index
It might be better for the upper map to select a colour scale that has a zero point on it - this would represent countries that have the same price as the dollar.
A diverging colour scale would make it easier to distinguish which countries are cheaper and which are more expensive. For example:
dataewan | 12 years ago | on: MLB.com is using my Google Analytics code
https://support.google.com/analytics/answer/1033162?hl=en-GB
Note that this doesn't apply retrospectively to your data, so it will only apply to data collected after you make a change. You might want to create an advanced segment which filters out these domains, or only includes the ones that you want.
https://www.google.co.uk/intl/en/analytics/features/advanced...
dataewan | 12 years ago | on: Nfu: Command-line Numeric Fu
Using unix tools for data processing seems to work well.
dataewan | 13 years ago | on: United Kingdom: The Anomaly In Google's Revenue
https://en.wikipedia.org/wiki/Differential_privacy
Agree that strong guarantees about privacy aren't achievable.