"score" in the output file #195
ojasvijain
started this conversation in
General
Replies: 1 comment
-
Score is the log-likelihood ratio given by the classifier. This is equal to log(p(y=1)/p(y=0)). You can transform it into a probability with the sigmoid function. It is a confidence in the sense that it reflects the likelihood that this is a particle according to the model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I just wanted to understand the "score" in the output file. From what I gather, it is the log likelihood of the particle extracted. Does this behave the same as confidence?
Beta Was this translation helpful? Give feedback.
All reactions