DOC whats_new.rst for BernoulliNB fix

This commit is contained in:
Olivier Grisel 2015-02-27 11:26:34 +01:00
parent c31710d89f
commit bdbbb02e75
1 changed files with 6 additions and 0 deletions

View File

@ -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/