MAPIE icon indicating copy to clipboard operation
MAPIE copied to clipboard

189 regularized adaptive prediction sets

Open vincentblot28 opened this issue 3 years ago • 1 comments

Description

Implementation of the RAPS method for MapieClassifier

Fixes #189

Type of change

Please remove options that are irrelevant.

  • New feature (non-breaking change which adds functionality)

Checklist

  • [x] I have read the contributing guidelines
  • [x] I have updated the HISTORY.rst and AUTHORS.rst files
  • [x] Linting passes successfully : make lint
  • [x] Typing passes successfully : make type-check
  • [x] Unit tests pass successfully : make tests
  • [ ] Coverage is 100% : make coverage
  • [ ] Documentation builds successfully : make doc

vincentblot28 avatar Jul 20 '22 16:07 vincentblot28

Codecov Report

Base: 100.00% // Head: 99.91% // Decreases project coverage by -0.08% :warning:

Coverage data is based on head (ef6d873) compared to base (0337adf). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##            master     #210      +/-   ##
===========================================
- Coverage   100.00%   99.91%   -0.09%     
===========================================
  Files           24       24              
  Lines         2290     2445     +155     
  Branches       253      266      +13     
===========================================
+ Hits          2290     2443     +153     
- Misses           0        1       +1     
- Partials         0        1       +1     
Impacted Files Coverage Δ
mapie/classification.py 100.00% <100.00%> (ø)
mapie/tests/test_classification.py 100.00% <100.00%> (ø)
mapie/tests/test_utils.py 100.00% <100.00%> (ø)
mapie/utils.py 100.00% <100.00%> (ø)
mapie/quantile_regression.py 98.57% <0.00%> (-1.43%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Jul 20 '22 17:07 codecov-commenter