From 09aa2e936524620eac465993b86150d8c92a0949 Mon Sep 17 00:00:00 2001 From: Adam Li Date: Mon, 15 Jul 2024 12:39:44 -0400 Subject: [PATCH] Update doc/whats_new/v0.9.rst --- doc/whats_new/v0.9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats_new/v0.9.rst b/doc/whats_new/v0.9.rst index b217cf8d0..a3688111b 100644 --- a/doc/whats_new/v0.9.rst +++ b/doc/whats_new/v0.9.rst @@ -21,7 +21,7 @@ Changelog --------- - |API| Rename the package to ``treeple``. By `SUKI-O`_ (:pr:`#292`) -- |Fix| Fixed a bug in the :class:`treeple.HonestForestClassifier` where posteriors +- |Fix| Fixed a bug in the predict_proba function of the :class:`treeple.HonestForestClassifier` where posteriors estimated on empty leaf with ``ignore`` prior would result in ``np.nan`` values for all trees on that sample. By `Haoyin Xu`_ (:pr:`#291`)