Skip to content

Commit 09ab141

Browse files
committed
style: fix typo
1 parent bbac50a commit 09ab141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyrdf2vec/walkers/halk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ class HALKWalker(RandomWalker):
2020
remote Knowledge Graph, False Otherwise
2121
Defaults to True.
2222
freq_thresholds: The minimum frequency thresholds of a (predicate,
23-
object) hop to be kept.
23+
object) hop to be kept. Beware that the accumulation of several
24+
freq_thresholds extracts more walks, which is not always desirable.
2425
Defaults to [0.01].
2526
kg: The global KG used later on for the worker process.
2627
Defaults to None.

0 commit comments

Comments
 (0)