Guest User

Untitled

a guest
Jan 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sim = similarities.SparseMatrixSimilarity(
  2. self.tfidf_vectors, num_features=self.featurenum)
  3. index.save(path + '/model/train_index.index')
  4. print(sim.index.shape)
  5. print(sim.index.toarray().shape)
Add Comment
Please, Sign In to add comment