Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Jan 21, 2019
1 parent c8f6e41 commit bae7e6a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vecto/benchmarks/analogy/analogy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import datetime
import os
import uuid
import numpy as np
# import numpy as np
import logging
import progressbar
# from tqdm import tqdm
Expand Down Expand Up @@ -231,6 +231,3 @@ def get_result(self, embeddings, path_dataset): # , group_subcategory=False
embeddings.normalize()
results = self.run(embeddings, path_dataset) #group_subcategory
return results



0 comments on commit bae7e6a

Please sign in to comment.