Closed arfeen93 closed 1 year ago
Yes, if you just wanna see the prob output of the snorkel, you can use:
snorkel.labeling.model.label_model.LabelModel.get_weights()
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Does Snorkel have probabilistic weight for each labelling function accounting for predicted label ? For example, suppose we have three labeling function resulting in a particular label output as 1. Does snorkel provide the weights corresponding to each labelling function resulting in a particular prediction? If yes, Can you please point out to the correct direction.