From 0662338fb500b2cb3df05eeb16712597ecd0a9c2 Mon Sep 17 00:00:00 2001 From: Candice Moyet Date: Mon, 10 Jul 2023 12:16:02 +0200 Subject: [PATCH] UPD: history.rst --- HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e1e13fc31..620eebdbb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,8 @@ History ##### (##########) ------------------ - +* 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 grouped conditional coverage metrics named SSC for regression and classification * Add HSIC metric for regression * Migrate conformity scores classes into conformity_scores module