Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting negative value after label_model.get_conditional_probs() and snorkel LF #1733

Closed
ShibaPrasad opened this issue Mar 21, 2024 · 1 comment

Comments

@ShibaPrasad
Copy link

Hello All,

I am getting -ve values in the " conditional probabilities table" - after applying label_model.get_conditional_probs(). (snorkel LF)
I am not sure why it will be -ve. (though my end-to-end flow working fine)

[[[-0.0461843 0.2952323 ]
[ 0.99900001 0.67258263]
[ 0.04718433 0.03218511]]

[[-0.00505793 0.29819989]
[ 0.99900001 0.69790399]
[ 0.00605786 0.0038961 ]]

[[-0.00505793 0.29819989]
[ 0.99900001 0.69790399]
[ 0.00605786 0.0038961 ]]

[[-0.00505793 0.29819989]
[ 0.99900001 0.69790399]
[ 0.00605786 0.0038961 ]]]
(4, 3, 2)

@ShibaPrasad
Copy link
Author

Solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant