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 d68bf18 commit dc4331cCopy full SHA for dc4331c
snorkel/labeling/model/label_model.py
@@ -394,7 +394,7 @@ def predict(
394
"""Return predicted labels, with ties broken according to policy.
395
396
Policies to break ties include:
397
- "abstain": return an abstain vote (0)
+ "abstain": return an abstain vote (-1)
398
"true-random": randomly choose among the tied options
399
"random": randomly choose among tied option using deterministic hash
400
0 commit comments