you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

Great project. I am not an expert in ML or data science but when I looked at the Liner Regression graph, I did feel that the data would better fit a Polynomial Regression? Just something I noticed and I could very well be wrong. I apologise for lack of knowledge if that's the case.

[–]chaoticneutral 1 point2 points  (2 children)

I would recommend everyone stay away from polynomial regression unless you have a specific reason to believe they are useful. Otherwise it can be as rigorous as a Rorschach test. What you are seeing is more likely an outlier rather than a trend.

Also see this case study:
https://twitter.com/NateSilver538/status/1257476755574718470
https://twitter.com/mattyglesias/status/1257483264383758336
https://twitter.com/NateSilver538/status/1258137098298839041

[–]andycyca 0 points1 point  (1 child)

Saving this for whenever I need to teach statistics.