Replies: 1 comment
-
I believe I have found an answer to my question with the assistance of @naga-karthik . The model calculates the average probability among predictions from different folds (ensemble.py/average_probabilities). If you need the original probabilities, you should use the argument |
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, I have a question about prediction. How are folds "assembled" when the predict command is done with all 4 folds?
I have found this information in another Q&A. It says that folds are averaged on the softmax prediction. However, I do not understand how the class output (e.g., 1, 2, etc:) can be integer when averaging softmax values. Do you do some sort of rounding?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions