Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the model prediction probability calibrated? #71

Open
Vedant-R opened this issue Dec 7, 2021 · 1 comment
Open

Is the model prediction probability calibrated? #71

Vedant-R opened this issue Dec 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Vedant-R
Copy link

Vedant-R commented Dec 7, 2021

I understand that the sklearn random forest models prediction probabilities are not calibrated and we need to add steps in between to calibrate it.

Just wanted to understand if the prediction probabilities of tensorflow decision forests are calibrated?

If not, how can be calibrate it?

@janpfeifer janpfeifer added the enhancement New feature or request label Dec 8, 2021
@janpfeifer
Copy link
Contributor

janpfeifer commented Dec 8, 2021

No, they are not. But not by much usually -- depending on your use case it may not matter.

The extended discussion in TF Forum here, for others following up on this.

Leaving this issue as an enhancement to remind us to add support for automatic calibration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants