Skip to content

Releases: scikit-learn-contrib/MAPIE

v0.9.2

17 Jan 14:51
Compare
Choose a tag to compare

What's Changed 👀

  • Fix issue 525 in contribution guidelines with syntax errors in hyperlinks and other formatting issues.
  • Fix issue 495 to center correctly the prediction intervals
  • Fix issue 528 to correct broken ENS image in the documentation
  • Fix issue 548 to correct labels generated in tutorial
  • Fix issue 547 to fix wrong warning
  • Fix issue 480 (correct display of mathematical equations in generated notebooks)
  • Temporary solution waiting for issue 588 to be fixed (optimize_beta not working)
  • Remove several irrelevant user warnings
  • Limit max sklearn version allowed at MAPIE installation
  • Refactor MapieRegressor, EnsembleRegressor, and MapieQuantileRegressor, to prepare for the release of v1.0.0
  • Documentation build: fix warnings, fix image generation, update sklearn version requirement
  • Documentation test: add a doc testing step (in MAKEFILE and CI)
  • Increase max line length from 79 to 88 characters
  • Bump wheel version
  • Other minor evolutions

Full Changelog: v0.9.1...v0.9.2

Contributors 🙌🏻

Warm thanks to all contributors involved!

v0.9.1

13 Sep 08:22
Compare
Choose a tag to compare

Fix of the issue #511 to keep the compatibility with older versions of MAPIE

v0.9.0

03 Sep 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.9.0

v0.8.6

17 Jun 08:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

07 Jun 16:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

Full Changelog: v0.8.4...v0.8.5

v0.8.4

07 Jun 16:13
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

What's Changed

  • See the v0.8.5 which replaces the v0.8.4

Full Changelog: v0.8.3...v0.8.4

Version 0.8.3

01 Mar 16:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

Bug fix for 0.8.0

11 Jan 15:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.2

Version 0.8.0

03 Jan 17:38
Compare
Choose a tag to compare
  • Add Adaptative Conformal Inference (ACI) method for MapieTimeSeriesRegressor.
  • Add Coverage Width-based Criterion (CWC) metric.
  • Allow to use more split methods for MapieRegressor (ShuffleSplit, PredefinedSplit).
  • Allow infinite prediction intervals to be produced in regressor classes.
  • Integrate ConformityScore into MapieTimeSeriesRegressor.
  • Add (extend) the optimal estimation strategy for the bounds of the prediction intervals for regression via ConformityScore.
  • Add new checks for metrics calculations.
  • Fix reference for residual normalised score in documentation.

Version 0.7.0

14 Sep 10:23
Compare
Choose a tag to compare
  • Add prediction set estimation for binary classification.
  • Add Learn-Then-Test method for multilabel-classification.
  • Add documentation and notebooks for LTT.
  • Add a new conformity score, ResidualNormalisedScore, that takes X into account and allows to compute adaptive intervals.
  • Refactor MapieRegressor and ConformityScore to add the possibility to use X in ConformityScore.
  • Separate the handling of the estimator from MapieRegressor into a new class called EnsembleEstimator.
  • Add statistical calibration tests in binary classification.
  • Rename methods (score to lac and cumulated_score to aps) in MapieClassifier.
  • Add more notebooks and examples.
  • Fix an unfixed random state in one of the classification tests.
  • Fix and preserve the split behavior of the check_cv method with and without random state.