How to get the classification probability through the classifier trained by sklearn package? #1822
Answered
by
giswqs
Godjobgerry
asked this question in
Q&A
-
I have trained a classification RF model on Sklearn package, I want to apply it on GEE and got classification probability map on GEE based on trained RF model. But I found the function "setOutputMode()" did not work, the result still was calss label(int) rather than probability(float). Can any one help me?
|
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Nov 5, 2023
Replies: 1 comment 1 reply
-
That means it is not supported. I would not recommend using it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That means it is not supported. I would not recommend using it.