Skip to content

Commit

Permalink
style: rename iter for epochs with Word2Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Apr 9, 2021
1 parent e96d5ee commit 309d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ embeddings and get literals from a given Knowledge Graph (KG) and entities:
# ]
transformer = RDF2VecTransformer(
Word2Vec(iter=10),
Word2Vec(epochs=10),
walkers=[RandomWalker(4, 10, with_reverse=False, n_jobs=2)],
# verbose=1
)
Expand Down

0 comments on commit 309d1aa

Please sign in to comment.