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 f6ba9ff commit ac7450aCopy full SHA for ac7450a
doc/whats_new.rst
@@ -35,10 +35,15 @@ Bug fixes
35
By `Olivier Grisel`_.
36
37
- Fixed a bug that prevented to properly set the ``presort`` parameter
38
- in :class:`ensemble.GradientBoostingRegressor`. See #5857`
+ in :class:`ensemble.GradientBoostingRegressor`. See `#5857
39
<https://github.com/scikit-learn/scikit-learn/issues/5857>`_
40
By Andrew McCulloh.
41
42
+ - Fixed a joblib error when evaluating the perplexity of a
43
+ :class:`decomposition.LatentDirichletAllocation` model. See `#6258
44
+ <https://github.com/scikit-learn/scikit-learn/issues/6258>`_
45
+ By Chyi-Kwei Yau.
46
+
47
.. _changes_0_17:
48
49
Version 0.17
0 commit comments