Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. count_matrix = count.fit_transform(off_data3['bag_of_words'])
  2.  
  3. cosine_sim = cosine_similarity(count_matrix, count_matrix)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement