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`)