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

[Feature] Model Calibration, Logistic Regression #98

Open
ErikBavenstrand opened this issue Sep 28, 2023 · 0 comments
Open

[Feature] Model Calibration, Logistic Regression #98

ErikBavenstrand opened this issue Sep 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ErikBavenstrand
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently, the mleko library does not support model calibration. This is a problem when trying to improve the reliability of probability estimates in models such as Logistic Regression.

Describe the solution you'd like
I would like a feature to be added that supports model calibration. Initially, adding support for Logistic Regression would be sufficient. Ideally, this would be implemented via Platt Scaling.

Describe alternatives you've considered
An alternative solution would be to manually implement Platt Scaling outside of the mleko library. However, this is less efficient and would require extra work for each project.

Additional context
Model calibration can improve the reliability of probability estimates, which is crucial in many Machine Learning applications. Therefore, adding this feature would greatly enhance the utility of the mleko library.

@ErikBavenstrand ErikBavenstrand added the enhancement New feature or request label Sep 28, 2023
@ErikBavenstrand ErikBavenstrand self-assigned this Sep 28, 2023
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

1 participant