-
Notifications
You must be signed in to change notification settings - Fork 112
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
[ENHANCEMENT] Covariate shift conformal #72
Comments
Hi, I recently implemented this paper as part of a project and would love to discuss how it could be added to MAPIE. |
Hi @RudrakshTuwani , thanks for your interest in MAPIE ! Maybe the cleanest way to do this would be to
|
Awesome, thanks for the guidance. I will keep you posted! |
Any news about this @RudrakshTuwani ? |
Hey @gmartinonQM, I had implemented the density ratio estimation class and a basic API for weighted conformal before life got in the way. Is it possible for us to meet virtually next week? I have some high-level questions and I feel like we can progress faster that way. |
Hello @gmartinonQM, I have some good news! I have implemented the split conformal variant in my fork here: https://github.com/RudrakshTuwani/MAPIE?organization=RudrakshTuwani&organization=RudrakshTuwani Changes in files:
The replication of paper results is at There's still work to be done. Right now I have just limited the functionality of Let me know what you think! Thank you :) |
Hi @RudrakshTuwani , thanks for your contribution ! Could you create a pull request of your fork toward master ? |
Tested this out of curiosity. Does not work anymore unfortunately, I think some fitting parameters have to be added to the model since it checks for residuals_ |
Hi @RudrakshTuwani, thanks again for your great work and sorry about our silence over the past few weeks. You may have noticed that we implemented a new type of class Please let me know what you'd like us to do. If you have time in the following weeks, I would be happy to help you finishing the pull request you started by considering the suggested modifications (and adding some unit tests to make sure everything is tested and controlled). If you don't have time, I can also keep working on your PR and add you as a reviewer. Thank you once again ! |
Hey @vtaquet , thanks for getting back to me and no worries! Yes, I would love to finish the pull request and make a contribution to MAPIE. :) I can take a look at finishing up the tasks this weekend. Thanks! |
Hey, I apologize for the radio silence on this! |
Hi @RudrakshTuwani ! Yes, you can clone my branch, double-check it and add the unit tests to keep the 100% test coverage. Please let me know if you have some questions about it. Thanks again ! |
As described in this paper :
https://arxiv.org/abs/1904.06019
The text was updated successfully, but these errors were encountered: