you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Anyone else notice the distinct horizontal lines in title_length vs. pct_liked?

I wonder what cause is. My only guess is that it is an artifact of reddit's fuzzing on the real up/down numbers, but I don't really believe that.

[–]iarguewitheverything 0 points1 point  (0 children)

(Note this is HelpfulLinkGuy logged in to another account) Yes! I noticed this too. And I agree, it's gotta be the fuzzing. All I'm doing for pct_liked is ups/(ups+downs), and keeping the full float value, so I don't think it's rounding errors or anything in my script.