We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1b786 commit aba87b7Copy full SHA for aba87b7
doc/whats_new/v0.20.rst
@@ -96,6 +96,10 @@ Classifiers and regressors
96
identical X values.
97
:issue:`9432` by :user:`Dallas Card <dallascard>`
98
99
+- Fixed a bug in :class:`naive_bayes.GaussianNB` which incorrectly raised
100
+ error for prior list which summed to 1.
101
+ :issue:`10005` by :user:`Gaurav Dhingra <gxyd>`.
102
+
103
Decomposition, manifold learning and clustering
104
105
- Fix for uninformative error in :class:`decomposition.IncrementalPCA`:
0 commit comments