Unverified Commit 7ec165c2 authored by Sai Kandregula's avatar Sai Kandregula Committed by GitHub
Browse files

default value typo fix in GlobalUniform negative sampler (#4060)


Co-authored-by: default avatardecoherencer <decoherencer@users.noreply.github.com>
parent bef99307
......@@ -88,7 +88,7 @@ class GlobalUniform(_BaseNegativeSampler):
Whether to exclude self-loops from negative samples. (Default: True)
replace : bool, optional
Whether to sample with replacement. Setting it to True will make things
faster. (Default: True)
faster. (Default: False)
Notes
-----
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment