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

Use MTLR to fit logistic regressions in DebiasedBCE #13

Open
GabrielGimenez opened this issue Feb 10, 2021 · 0 comments
Open

Use MTLR to fit logistic regressions in DebiasedBCE #13

GabrielGimenez opened this issue Feb 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@GabrielGimenez
Copy link
Contributor

Out current bottleneck in DebiasedBCE training time is logistic regression training.
We can try to replace scikit learn logistic regression with a custom MTLR module.

The most promising is to use a multi-task logistic regression approach, so we maintain multiple outputs but fit only one model. I think the most straightforward way to do this is via torch, which opens up the possibility of unlocking GPUs across the board. The drawback is to have torch as a dependency to the lib.

@GabrielGimenez GabrielGimenez added the enhancement New feature or request label Feb 10, 2021
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