As show below my dataframe contains the following column
I am intending to calculate a user-user cosine similarity matrix for all users.
Total Users: 75541 hence Total User Pair: 2853183570
I can do it in a .apply() method but it would take a lot of time. Is there a technique to do it in a faster way?