Ask HN: Visualizing how some HN submissions lead to other related submissions?
[What's been wrought using the Piece Table? (2014)] https://news.ycombinator.com/item?id=15387672
It came up after a few hours of this other article talking about Text Editor data structures:
[Text Editor: Data Structures] https://news.ycombinator.com/item?id=15381886
Say I wanted to analyze how some HN submission naturally lead to other related ones, and find some statistics for these submissions, like how long does it take for one "seed submission" to result in multiple other submissions of a similar time.
Is that already done? If not, how would one approach this. I'm looking for algorithms and analysis techniques that could potentially answer these questions. Given that my knowledge of data science and statistical analysis is ZERO, I'd love some pointers.
4 comments
[ 0.22 ms ] story [ 13.6 ms ] threadBut I guess that would be even more difficult.
What I'd like to see is the relationship between the different posts, not necessarily how they came to submitted in the first place.
Sort of like segmenting posts together based on subject. And then figuring out if one of these was the reason why the other came up.
You could, for instance, build a topic model or word vector model on post replies, then locate post titles in the space you fitted.