Skip to content

Commit 99b925f

Browse files
committed
chore: add WideSampler for MUTAG
1 parent 21b38c2 commit 99b925f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/mutag.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
# generated for the entities without hashing as MUTAG is a short KG.
3636
walkers=[
3737
HALKWalker(
38-
2, None, n_jobs=2, random_state=RANDOM_STATE, md5_bytes=None
38+
2,
39+
None,
40+
n_jobs=2,
41+
sampler=WideSampler(),
42+
random_state=RANDOM_STATE,
43+
md5_bytes=None,
3944
)
4045
],
4146
verbose=1,

0 commit comments

Comments
 (0)