We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbac50a commit 09ab141Copy full SHA for 09ab141
pyrdf2vec/walkers/halk.py
@@ -20,7 +20,8 @@ class HALKWalker(RandomWalker):
20
remote Knowledge Graph, False Otherwise
21
Defaults to True.
22
freq_thresholds: The minimum frequency thresholds of a (predicate,
23
- object) hop to be kept.
+ object) hop to be kept. Beware that the accumulation of several
24
+ freq_thresholds extracts more walks, which is not always desirable.
25
Defaults to [0.01].
26
kg: The global KG used later on for the worker process.
27
Defaults to None.
0 commit comments