@@ -45,7 +45,7 @@ Changelog
4545 by :user: `James Myatt <jamesmyatt> `.
4646
4747:mod: `sklearn.tree `
48- ................................  
48+ ................... 
4949
5050- |Fix | Fixed an issue with :func: `plot_tree ` where it display
5151 entropy calculations even for `gini ` criterion in DecisionTreeClassifiers.
@@ -87,7 +87,7 @@ Changelog
8787 :user: `Jérémie du Boisberranger <jeremiedbb> `.
8888
8989:mod: `sklearn.neighbors `
90- ...................... 
90+ ........................  
9191
9292- |Fix | Fixed a bug in :class: `neighbors.KernelDensity ` which could not be
9393 restored from a pickle if ``sample_weight `` had been used.
@@ -366,6 +366,7 @@ Support for Python 3.4 and below has been officially dropped.
366366 - all the single node trees in feature importance calculation are ignored
367367 - in case all trees have only one single node (i.e. a root node),
368368 feature importances will be an array of all zeros.
369+ 
369370 :pr: `13636 ` and :pr: `13620 ` by `Adrin Jalali `_.
370371
371372- |Fix | Fixed a bug in :class: `ensemble.GradientBoostingClassifier ` and
@@ -505,7 +506,7 @@ Support for Python 3.4 and below has been officially dropped.
505506........................... 
506507
507508- |Enhancement | :class: `linear_model.Ridge ` now preserves ``float32 `` and
508-  ``float64 `` dtypes. :issues : `8769 ` and :issues : `11000 ` by
509+  ``float64 `` dtypes. :issue : `8769 ` and :issue : `11000 ` by
509510 :user: `Guillaume Lemaitre <glemaitre> `, and :user: `Joan Massich <massich> `
510511
511512- |Feature | :class: `linear_model.LogisticRegression ` and
0 commit comments