@@ -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
2728Details 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
4950Preprocessing
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
6061Model 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