-
Notifications
You must be signed in to change notification settings - Fork 51
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
[ENH] interface MapieRegressor
from mapie
#136
Conversation
Failures in |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #136 +/- ##
==========================================
- Coverage 71.92% 63.86% -8.07%
==========================================
Files 98 100 +2
Lines 5290 5369 +79
Branches 978 990 +12
==========================================
- Hits 3805 3429 -376
- Misses 1214 1668 +454
- Partials 271 272 +1
☔ View full report in Codecov by Sentry. |
Fixes #134.
Interfaces
mapie.regression.MapieRegressor
, and introducesmapie
as an optional soft dependency.Proof-of-concept for third party package interfaces, similar to
sktime
third party interface handlingDepends on:
check_estimator
withTestAllEstimators
andTestAllRegressors
for python command line estimator testing #138 for manual testing