Skip to content

Commit 9948846

Browse files
committed
reference issue number in whats_new
1 parent 7ffad2c commit 9948846

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/whats_new/v0.20.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ random sampling procedures.
1717

1818
- :class:`decomposition.IncrementalPCA` in Python 2 (bug fix)
1919
- :class:`isotonic.IsotonicRegression` (bug fix)
20+
- :class:`linear_model.ARDRegression` (bug fix)
21+
- :class:`linear_model.OrthogonalMatchingPursuit` (bug fix)
2022
- :class:`metrics.roc_auc_score` (bug fix)
2123
- :class:`metrics.roc_curve` (bug fix)
2224
- :class:`neural_network.BaseMultilayerPerceptron` (bug fix)
2325
- :class:`neural_network.MLPRegressor` (bug fix)
2426
- :class:`neural_network.MLPClassifier` (bug fix)
25-
- :class:`linear_model.ARDRegression` (bug fix)
2627

2728
Details are listed in the changelog below.
2829

@@ -44,7 +45,7 @@ Classifiers and regressors
4445

4546
- Added :class:`naive_bayes.ComplementNB`, which implements the Complement
4647
Naive Bayes classifier described in Rennie et al. (2003).
47-
By :user:`Michael A. Alcorn <airalcorn2>`.
48+
:issue:`8190` by :user:`Michael A. Alcorn <airalcorn2>`.
4849

4950
Preprocessing
5051

@@ -54,8 +55,8 @@ Preprocessing
5455
Compared to the existing :class:`OneHotEncoder`, this new class handles
5556
encoding of all feature types (also handles string-valued features) and
5657
derives the categories based on the unique values in the features instead of
57-
the maximum value in the features.
58-
By :user:`Vighnesh Birodkar <vighneshbirodkar>` and `Joris Van den Bossche`_.
58+
the maximum value in the features. :issue:`9151` by
59+
:user:`Vighnesh Birodkar <vighneshbirodkar>` and `Joris Van den Bossche`_.
5960

6061
Model evaluation
6162

@@ -139,7 +140,7 @@ Classifiers and regressors
139140

140141
- Fixed a bug in :class:`linear_model.OrthogonalMatchingPursuit` that was
141142
broken when setting ``normalize=False``.
142-
by `Alexandre Gramfort`_.
143+
:issue:`10071` by `Alexandre Gramfort`_.
143144

144145
- Fixed a bug in :class:`linear_model.ARDRegression` which caused incorrectly
145146
updated estimates for the standard deviation and the coefficients.

0 commit comments

Comments
 (0)