Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 7f98961

Browse files
lwfacebook-github-bot
authored andcommitted
Fix doc after adding disable_*hs_negs parameters
Summary: See D17337389 Differential Revision: D17571775 fbshipit-source-id: 0b8393358a797ef6bdac4f5c8b060d533c784f8d
1 parent 46afad2 commit 7f98961

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/source/configuration_file.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ See :ref:`negative-sampling` for more details.
165165

166166
The number of negatives uniformly sampled from the currently active partition, per positive edge.
167167

168+
- ``disable_lhs_negs`` (type: boolean; default: ``false``)
169+
170+
Disable negative sampling on the left-hand side.
171+
172+
- ``disable_rhs_negs`` (type: boolean; default: ``false``)
173+
174+
Disable negative sampling on the right-hand side.
175+
168176
See :ref:`loss` for more details.
169177

170178
- ``loss_fn`` (type: string, either ``"ranking"``, ``"logistic"`` or ``"softmax"``; default: ``"ranking"``)

0 commit comments

Comments
 (0)