-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add Sequential Predictive Conformal Inference (SPCI) method for Time Series #373
Conversation
…d for MapieTimeSeriesRegressor' note in HISTORY.rst.
Hey @Kevin-Chen0, |
…l-predictions-for-time-series 334 adaptive conformal predictions for time series
…series' into 334-adaptive-conformal-predictions-for-time-series
…ns-for-time-series 334 adaptive conformal predictions for time series -> 370 sequential predictive conformal inference for time series
Hi @LacombeLouis I have just merged the latest |
edited AUTHORS.rst
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #373 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 39 39
Lines 4616 4735 +119
Branches 487 780 +293
==========================================
+ Hits 4616 4735 +119 ☔ View full report in Codecov by Sentry. |
Hi @thibaultcordier, my friend @grgstock will tackle this SPCI PR moving forward. What is the best way for him to reach out to you and your team in case he has specific questions about the existing MAPIE code base? |
Hi @Kevin-Chen0, @grgstock, the best way for him to contact our team is to contact us directly via email (see the AUTHORS.rst file) and in PR conversation. We will take the time to definitively integrate your PR into the MAPIE code by agreeing on the structure of the code to keep. |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #370
Type of change
Please remove options that are irrelevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
make lint
make type-check
make tests
make coverage
make doc