From 9396eb78543195a28053cff186d27d5c67edbbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= <154450563+FrancescMartiEscofetQC@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:02:58 +0200 Subject: [PATCH] Update CHANGELOG.rst Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com> --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0b20949..dcdf4a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,7 +18,7 @@ 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 only one class is present in a classification outcome. * Raise a custom error if the outcome classes present in all the treatment variants are not the same so the reason is more understandable.