How to sort multiclass model predictions? #1016
Unanswered
minhtran2801
asked this question in
Q&A
Replies: 1 comment
-
Hellow. You need to change the predict() method to use a softmax function (predict is using a argmax). I made this change and pull request at: #1360 |
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
-
Hi all,
I have a multi-class model and I use 4 paragraphs in a document for predictions. How would I sort their similarity in order? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions