Guest User

Untitled

a guest
Jan 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. # Create doc2vec model.
  2. model = Doc2Vec(documents, vector_size=5, window=2, min_count=1, workers=4)
Add Comment
Please, Sign In to add comment