Viral Tweets: a K-Nearest Neighbor Algorithm Part I
In my latest Codecademy project I was assigned to use Python and sklearn’s KNeighbor algorithm to find the attributes that could potential make a tweet go viral. But first a quick rundown on what is K nearest-Neighbor (KNN). KNN is a great way to classify data. KNN takes in data points, and uniquely categorizes them […]