You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an analysis of Twitter posts and account engagement metrics to uncover which regular accounts are most similar to popular accounts using cosine similarity. The data is from the Bright Data API and is wrangled by normalizing metrics by diving by follower count and then scaled using the MinMaxScaler() from sklearn.