Calculate individual class probabilities #27
Unanswered
HareeshBahuleyan
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yes, this should be valid. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Thanks for sharing this useful library. The instructions on the documentation page are clear and easy to follow.
My question is regarding the output probabilities. As I understand, both coral and corn outputs cumulative probabilities. For instance, if we are dealing with a 5-class (classes 0 to 4) problem, then the 4 probabilities output are:
Is there a way to obtain individual class probabilities from this, such as p(y=1), p(y=2) and so on?
Would you say the following is valid to do?
Beta Was this translation helpful? Give feedback.
All reactions