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 8d981b5 commit dbaf91bCopy full SHA for dbaf91b
doc/whats_new.rst
@@ -140,6 +140,10 @@ Enhancements
140
Bug fixes
141
.........
142
143
+ - Fixed a bug where :class:`sklearn.datasets.make_moons` gives an
144
+ incorrect result when ``n_samples`` is odd.
145
+ :issue:`8198` by :user:`Josh Levy <levy5674>`.
146
+
147
- Fixed a bug where :class:`sklearn.linear_model.LassoLars` does not give
148
the same result as the LassoLars implementation available
149
in R (lars library). :issue:`7849` by :user:`Jair Montoya Martinez <jmontoyam>`
0 commit comments