Skip to content

Releases: scikit-learn-contrib/MAPIE

v1.1.0

22 Sep 16:07
Compare
Choose a tag to compare

What's New 🤩

  • Implement new binary risk control feature, see BinaryClassificationController and BinaryClassificationRisk. Here is a quick start
  • See also the reworked risk control documentation
  • MAPIE now supports Python versions up to the latest release (currently 3.13)

What's Changed 👀

  • Revert incorrect renaming of calibration to conformalization in PrecisionRecallController
  • Add scientific references for regression conformity scores
  • Fix double inference when using predict_set function in split conformal classification
  • Change prefit default value to True in split methods' docstrings to remain consistent with the implementation
  • Fix issue 699 to replace TimeSeriesRegressor.partial_fit with TimeSeriesRegressor.update

Contributors 🙌🏻

Warm thanks to all contributors involved!

v1.0.1

22 May 14:25
Compare
Choose a tag to compare

What's Changed 👀

  • Patch following v1.0.0 release: removing dependence to typing-extensions, making MAPIE unusable if this package is not installed

v1.0.0

22 May 12:34
Compare
Choose a tag to compare

🎉 MAPIE v1.0.0 is live! 🎉

  • Major update, including a complete classification and regression public API rework, and a documentation revamp
  • Other parts of the public API have been improved as well
  • This update also includes bugfixes and developer experience improvements
  • Here are extensive and user-focused release notes

Contributors 🙌🏻

Warm thanks to all contributors involved!

v1.0.0rc1

15 May 15:20
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

v1.0.0 coming soon 👀

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