Commit bb928ba1 authored by 赵威's avatar 赵威

update tractate ids

parent 7280af56
......@@ -87,7 +87,7 @@ def clicked_tractate_ids_item2vec():
model = Word2Vec(click_ids, hs=0, min_count=3, workers=multiprocessing.cpu_count(), iter=10)
print(model)
print(len(click_ids))
for id in ["88529", "87970", "88364"]:
for id in ["396948", "395803", "394988"]:
print(model.wv.most_similar(id, topn=5))
return model
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment