-
Hi all, I am very new to deep learning and have recently found this API. I am wondering if learn.calibrate_model() work for regression model? Kind regards. |
Beta Was this translation helpful? Give feedback.
Answered by
oguiza
May 30, 2022
Replies: 1 comment
-
Hi @zmce2018, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zmce2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @zmce2018,
No, it wouldn't work. It only works when the model outputs probabilities.
I don't think that model calibration is applicable to regression problems. In regression, you are only interested in getting a prediction that is as close as possible to the target.