From ab668ae4bb0c05b6dc98bba05193cb2c3db60d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= Date: Wed, 10 Jul 2024 16:08:06 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 354540c0..3d74d556 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,11 @@ Changelog * Changed the index columns order in ``MetaLearnerGridSearch.results_``. +* Raise a custom error if only one class is present in the outcome so the reason is more understandable. + +* Raise a custom error if the outcome classes present in all the treatment variants are + not the same so the reason is more understandable. + 0.6.0 (2024-07-08) ------------------