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

Building of Ensemble Classifier from MapieClassifier #445

Closed BaptisteCalot closed 4 days ago

BaptisteCalot commented 1 month ago

Description

Fixes #430

Type of change

New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Adapt existing unit tests to the new class and check that everything still works.

Checklist