Skip to content

Calibration estimators in ML.NET #1622

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

Closed
abgoswam opened this issue Nov 14, 2018 · 0 comments
Closed

Calibration estimators in ML.NET #1622

abgoswam opened this issue Nov 14, 2018 · 0 comments
Assignees
Labels
API Issues pertaining the friendly API
Milestone

Comments

@abgoswam
Copy link
Member

In the discussions for #1579, one of the proposals was to introduce calibration estimators in ML.NET.

(from #1579)

.... a calibrator is just one peculiar form of trainer: it learns a monotonous function that transforms 'scores' into 'probabilities', with the goal to minimize the log-loss against the 'target label'. So, it is actually a univariate classification trainer. We should create a PlattCalibrationEstimator to train Platt calibrators and a PavCalibrationEstimator to train PAV calibrators.

@Zruty0 @yaeldekel

@abgoswam abgoswam changed the title Having calibration estimators in ML.NET Calibration estimators in ML.NET Nov 14, 2018
@sfilipi sfilipi self-assigned this Nov 15, 2018
@sfilipi sfilipi added the API Issues pertaining the friendly API label Nov 15, 2018
@sfilipi sfilipi added this to the 1118 milestone Nov 15, 2018
@shauheen shauheen modified the milestones: 1118, 1218 Dec 6, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API Issues pertaining the friendly API
Projects
None yet
Development

No branches or pull requests

3 participants