diff --git a/doc/whats_new/v0.20.rst b/doc/whats_new/v0.20.rst index 6a18ad5a76b38..5af76499bcb39 100644 --- a/doc/whats_new/v0.20.rst +++ b/doc/whats_new/v0.20.rst @@ -96,6 +96,10 @@ Classifiers and regressors identical X values. :issue:`9432` by :user:`Dallas Card ` +- Fixed a bug in :class:`naive_bayes.GaussianNB` which incorrectly raised + error for prior list which summed to 1. + :issue:`10005` by :user:`Gaurav Dhingra `. + Decomposition, manifold learning and clustering - Fix for uninformative error in :class:`decomposition.IncrementalPCA`: