Live data from Hacker News

Aggregating away the signal in your data

stackoverflow.blog

1–10 of 12 posts

Re: Aggregating away the signal in your data

#3
One person's junk is another's treasure; one person's "normalized data" is another person's "you removed the one data point I cared most about!"

One thing this article is reinforcing to me is the value of domain knowledge to an analyst. I am deeply skeptical of "one size fits all" analysis tools, services, and consultancies for exactly this reason. Making insight actionable requires knowing what actions can be taken, and how.

Re: Aggregating away the signal in your data

#5
Excellent article. Faceted visualisation is an incredibly powerful technique.

Something the author hints at but isn't quite explicit: manual inspection of individual examples from your dataset can help you understand what questions to ask, what category to facet on, or the bug in your aggregation.

Re: Aggregating away the signal in your data

#6
Excellent article, aggregation can also obfuscate problems with sensors (for example, weird quantization or duplicating points). It is useful whenever you have high frequency time series to look at the data points for the highest resolution possible for short segments of few data points.

Re: Aggregating away the signal in your data

#9
post #3

One person's junk is another's treasure; one person's "normalized data" is another person's "you removed the one data point I cared most about!" One thing this article is reinforcing to me is the value of domain knowledge to an analyst. I am deeply skeptical of "one size fits all" analysis tools, services, and consultancies for exactly this reason. Making insight actionable requires knowing what actions can be taken,…

I agree, but I think the visualizations presented here can be useful in many domains and aren’t generally used. Furthermore, I think showing uncertainty in visualizations is hugely important and this is a step in the right direction there.

Re: Aggregating away the signal in your data

#10
I cannot recommend enough the "John Lamping - The One Weird Trick for Analyzing Big Data ... Eyeball it Early and Often!" video:

https://www.youtube.com/watch?v=jYH8CQS6Ab0

One of the best tips, straight from a practitioner - from a former Google search ranking engineer who touched multiple other domains later in the career. Stop tuning knobs and watching metrics, look at the data!

Post reply on HN