scikit-learn-contrib / MAPIE

A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
https://mapie.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.2k stars 99 forks source link

FIX: Put lower threshold for difference #433

Closed LacombeLouis closed 1 month ago

LacombeLouis commented 2 months ago

Description

Changes were made later in version 1.4.0: #27185 of the _sigmoid_calibration. (note slight changes in 1.3.0 #26913).

Note additional issues with environments:

Fixes #(issue)

Please remove options that are irrelevant.

Checklist

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (614293e) to head (0228014). Report is 284 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #433 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 39 39 Lines 4616 4895 +279 Branches 487 801 +314 ========================================== + Hits 4616 4895 +279 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

LacombeLouis commented 1 month ago

This closes with #440.