8000
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 cee87e1 commit d52c67dCopy full SHA for d52c67d
doc/whats_new.rst
@@ -182,10 +182,15 @@ Bug fixes
182
By `Olivier Grisel`_.
183
184
- Fixed a bug that prevented to properly set the ``presort`` parameter
185
- in :class:`ensemble.GradientBoostingRegressor`. See #5857`
+ in :class:`ensemble.GradientBoostingRegressor`. See `#5857
186
<https://github.com/scikit-learn/scikit-learn/issues/5857>`_
187
By Andrew McCulloh.
188
189
+ - Fixed a joblib error when evaluating the perplexity of a
190
+ :class:`decomposition.LatentDirichletAllocation` model. See `#6258
191
+ <https://github.com/scikit-learn/scikit-learn/issues/6258>`_
192
+ By Chyi-Kwei Yau.
193
+
194
.. _changes_0_17:
195
196
Version 0.17
0 commit comments