From bdbbb02e756399bc66460f897f33968c854faaf2 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Fri, 27 Feb 2015 11:26:34 +0100 Subject: [PATCH] DOC whats_new.rst for BernoulliNB fix --- doc/whats_new.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index c9aefdcfbd4..a8216ff40d8 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -321,6 +321,10 @@ Bug fixes - Fixed round off errors with non positive-definite covariance matrices in GMM. By `Alexis Mignon`_. + - Fixed a error in the computation of conditional probabilities in + :class:`naive_bayes.BernoulliNB`. By `Hanna Wallach`_. + + API changes summary ------------------- @@ -3310,3 +3314,5 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson. .. _Alexis Mignon: https://github.com/AlexisMignon .. _Hasil Sharma: https://github.com/Hasil-Sharma + +.. _Hanna Wallach: http://dirichlet.net/