Get confidence score on StructuredDataClassifier #1598
Answered
by
haifeng-jin
theophiledebouetduportal
asked this question in
Q&A
-
When I run clf.predict() it only output the predicted score. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
haifeng-jin
Sep 20, 2021
Replies: 1 comment 1 reply
-
You would have to export the model to run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
theophiledebouetduportal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would have to export the model to run
model.predict()
.